Serene Dawn Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Serene Dawn palette
tavolozza dei colori Serene Dawn CSS
/* CSS */
.color-1 {
color: #a5e3e0;
}
.color-2 {
color: #b3e1e5;
}
.color-3 {
color: #d3f3f1;
}
.color-4 {
color: #f1f9f7;
}
.color-5 {
color: #ffebe0;
}
/* CSS Variables */
:root {
--color-1: #a5e3e0;
--color-2: #b3e1e5;
--color-3: #d3f3f1;
--color-4: #f1f9f7;
--color-5: #ffebe0;
}
CSS con gradiente di sfondo Serene Dawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5e3e0, #b3e1e5, #d3f3f1, #f1f9f7, #ffebe0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5e3e0, #b3e1e5, #d3f3f1, #f1f9f7, #ffebe0);
}
Tavolozze di colori simili
Serene Dawn color palette created on .