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