Royal Sunrise Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Sunrise Dreams palette
Royal Sunrise Dreams color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f6c85a;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #c3e7e9;
}
.color-5 {
color: #88b8d7;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f6c85a;
--color-3: #f4e1a4;
--color-4: #c3e7e9;
--color-5: #88b8d7;
}
Royal Sunrise Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f6c85a, #f4e1a4, #c3e7e9, #88b8d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f6c85a, #f4e1a4, #c3e7e9, #88b8d7);
}
Similar color palettes
Scroll down to explore 80+ Bright color palettes
Royal Sunrise Dreams color palette created on .