Teal Dream Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Teal Dream palette
tavolozza dei colori Teal Dream CSS
/* CSS */
.color-1 {
color: #1e888a;
}
.color-2 {
color: #51bdb9;
}
.color-3 {
color: #a3d5d7;
}
.color-4 {
color: #f6d58e;
}
.color-5 {
color: #e26e6e;
}
/* CSS Variables */
:root {
--color-1: #1e888a;
--color-2: #51bdb9;
--color-3: #a3d5d7;
--color-4: #f6d58e;
--color-5: #e26e6e;
}
CSS con gradiente di sfondo Teal Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e888a, #51bdb9, #a3d5d7, #f6d58e, #e26e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e888a, #51bdb9, #a3d5d7, #f6d58e, #e26e6e);
}
Tavolozze di colori simili
Teal Dream color palette created on .