Sunset Serenade Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sunset Serenade palette
tavolozza dei colori Sunset Serenade CSS
/* CSS */
.color-1 {
color: #f9c5ae;
}
.color-2 {
color: #f29d9c;
}
.color-3 {
color: #f27d5a;
}
.color-4 {
color: #f2d140;
}
.color-5 {
color: #f2e2b0;
}
/* CSS Variables */
:root {
--color-1: #f9c5ae;
--color-2: #f29d9c;
--color-3: #f27d5a;
--color-4: #f2d140;
--color-5: #f2e2b0;
}
CSS con gradiente di sfondo Sunset Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c5ae, #f29d9c, #f27d5a, #f2d140, #f2e2b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c5ae, #f29d9c, #f27d5a, #f2d140, #f2e2b0);
}
Tavolozze di colori simili
Sunset Serenade color palette created on .