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: #ff6e61;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #9f5b8c;
}
.color-5 {
color: #8c4b9b;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c94b;
--color-3: #f1a8a2;
--color-4: #9f5b8c;
--color-5: #8c4b9b;
}
CSS con gradiente di sfondo Pink Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c94b, #f1a8a2, #9f5b8c, #8c4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c94b, #f1a8a2, #9f5b8c, #8c4b9b);
}
Tavolozze di colori simili
Pink Sunset color palette created on .