Sunset Yellow Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sunset Yellow palette
tavolozza dei colori Sunset Yellow CSS
/* CSS */
.color-1 {
color: #f6e2b1;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f9a94e;
}
.color-4 {
color: #f26d5f;
}
.color-5 {
color: #e2608f;
}
/* CSS Variables */
:root {
--color-1: #f6e2b1;
--color-2: #f1c84b;
--color-3: #f9a94e;
--color-4: #f26d5f;
--color-5: #e2608f;
}
CSS con gradiente di sfondo Sunset Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2b1, #f1c84b, #f9a94e, #f26d5f, #e2608f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2b1, #f1c84b, #f9a94e, #f26d5f, #e2608f);
}
Tavolozze di colori simili
Sunset Yellow color palette created on .