Vibrant Chill Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Chill palette
Vibrant Chill color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f5d56b;
}
.color-4 {
color: #6ccb79;
}
.color-5 {
color: #3884ff;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f9aeae;
--color-3: #f5d56b;
--color-4: #6ccb79;
--color-5: #3884ff;
}
Vibrant Chill background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f9aeae, #f5d56b, #6ccb79, #3884ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f9aeae, #f5d56b, #6ccb79, #3884ff);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Vibrant Chill color palette created on .