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: #f7e13b;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f66809;
}
.color-4 {
color: #d75323;
}
.color-5 {
color: #7e1b1b;
}
/* CSS Variables */
:root {
--color-1: #f7e13b;
--color-2: #f5a524;
--color-3: #f66809;
--color-4: #d75323;
--color-5: #7e1b1b;
}
CSS con gradiente di sfondo Sunset Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e13b, #f5a524, #f66809, #d75323, #7e1b1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e13b, #f5a524, #f66809, #d75323, #7e1b1b);
}
Tavolozze di colori simili
Sunset Serenade color palette created on .