Radiant Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Radiant Reverie palette
Radiant Reverie color palette CSS
/* CSS */
.color-1 {
color: #f0e13d;
}
.color-2 {
color: #f9a939;
}
.color-3 {
color: #f84d3a;
}
.color-4 {
color: #c34b77;
}
.color-5 {
color: #6b4992;
}
/* CSS Variables */
:root {
--color-1: #f0e13d;
--color-2: #f9a939;
--color-3: #f84d3a;
--color-4: #c34b77;
--color-5: #6b4992;
}
Radiant Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e13d, #f9a939, #f84d3a, #c34b77, #6b4992);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e13d, #f9a939, #f84d3a, #c34b77, #6b4992);
}
Similar color palettes
Radiant Reverie color palette created on .