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: #ffdeb8;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #c41c4c;
}
.color-5 {
color: #a400b3;
}
/* CSS Variables */
:root {
--color-1: #ffdeb8;
--color-2: #ffb3b3;
--color-3: #ff6e61;
--color-4: #c41c4c;
--color-5: #a400b3;
}
Pink Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdeb8, #ffb3b3, #ff6e61, #c41c4c, #a400b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdeb8, #ffb3b3, #ff6e61, #c41c4c, #a400b3);
}
Similar color palettes
Pink Sunrise color palette created on .