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