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