Youthful Radiance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Youthful Radiance palette
Youthful Radiance color palette CSS
/* CSS */
.color-1 {
color: #fad029;
}
.color-2 {
color: #fbad28;
}
.color-3 {
color: #fbaf3c;
}
.color-4 {
color: #f86a3a;
}
.color-5 {
color: #f75e3b;
}
/* CSS Variables */
:root {
--color-1: #fad029;
--color-2: #fbad28;
--color-3: #fbaf3c;
--color-4: #f86a3a;
--color-5: #f75e3b;
}
Youthful Radiance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad029, #fbad28, #fbaf3c, #f86a3a, #f75e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad029, #fbad28, #fbaf3c, #f86a3a, #f75e3b);
}
Similar color palettes
Youthful Radiance color palette created on .