All Downloads are FREE. Search and download functionalities are using the official Maven repository.

css.color.accent.teal.css Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
/*-
 * ========================LICENSE_START=================================
 * JSoagger 
 * %%
 * Copyright (C) 2019 JSOAGGER
 * %%
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * =========================LICENSE_END==================================
 */


.root {
	-accent-color-900: #004D40;
	-accent-color-800: #00695C;
	-accent-color-700: #00796B;
	-accent-color-600: #00897B;
	-accent-color-500: #009688;
	-accent-color-400: #26A69A;
	-accent-color-300: #4DB6AC;
	-accent-color-200: #80CBC4;
	-accent-color-100: #B2DFDB;
	-accent-color-50: #E0F2F1;
	-accent-color-a100: #A7FFEB;
	-accent-color-a200: #64FFDA;
	-accent-color-a400: #1DE9B6;
	-accent-color-a700: #00BFA5;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy