Pink Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Sunrise palette
Pink Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ff4d9d;
}
.color-2 {
color: #ff8c66;
}
.color-3 {
color: #ffc23d;
}
.color-4 {
color: #8aff66;
}
.color-5 {
color: #e7ffb3;
}
/* CSS Variables */
:root {
--color-1: #ff4d9d;
--color-2: #ff8c66;
--color-3: #ffc23d;
--color-4: #8aff66;
--color-5: #e7ffb3;
}
Pink Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d9d, #ff8c66, #ffc23d, #8aff66, #e7ffb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d9d, #ff8c66, #ffc23d, #8aff66, #e7ffb3);
}
Similar color palettes
Pink Sunrise color palette created on .