André's Sunrise Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with André's Sunrise Serenade palette
André's Sunrise Serenade color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #6ec6d4;
}
.color-5 {
color: #5d6cc0;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffd54d;
--color-4: #6ec6d4;
--color-5: #5d6cc0;
}
André's Sunrise Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffd54d, #6ec6d4, #5d6cc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffd54d, #6ec6d4, #5d6cc0);
}
Similar color palettes
André's Sunrise Serenade color palette created on .