Chill Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Chill Vibes palette
Chill Vibes color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #4eb7d4;
}
.color-3 {
color: #6ed4b2;
}
.color-4 {
color: #f3e57c;
}
.color-5 {
color: #f39c12;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #4eb7d4;
--color-3: #6ed4b2;
--color-4: #f3e57c;
--color-5: #f39c12;
}
Chill Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #4eb7d4, #6ed4b2, #f3e57c, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #4eb7d4, #6ed4b2, #f3e57c, #f39c12);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Chill Vibes color palette created on .