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