Turquoise Dream Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Turquoise Dream palette
tavolozza dei colori Turquoise Dream CSS
/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00d6a1;
}
.color-4 {
color: #b1f2de;
}
.color-5 {
color: #f9fbcb;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #00d6a1;
--color-4: #b1f2de;
--color-5: #f9fbcb;
}
CSS con gradiente di sfondo Turquoise Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #00d6a1, #b1f2de, #f9fbcb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #00d6a1, #b1f2de, #f9fbcb);
}
Tavolozze di colori simili
Turquoise Dream color palette created on .