Teal Morning Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Teal Morning palette
tavolozza dei colori Teal Morning CSS
/* CSS */
.color-1 {
color: #a1e1e3;
}
.color-2 {
color: #6ec9c8;
}
.color-3 {
color: #3ba1a5;
}
.color-4 {
color: #1e7b7a;
}
.color-5 {
color: #0e5d5d;
}
/* CSS Variables */
:root {
--color-1: #a1e1e3;
--color-2: #6ec9c8;
--color-3: #3ba1a5;
--color-4: #1e7b7a;
--color-5: #0e5d5d;
}
CSS con gradiente di sfondo Teal Morning
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1e1e3, #6ec9c8, #3ba1a5, #1e7b7a, #0e5d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1e1e3, #6ec9c8, #3ba1a5, #1e7b7a, #0e5d5d);
}
Tavolozze di colori simili
Teal Morning color palette created on .