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