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