Kassie's Kaleidoscope Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kassie's Kaleidoscope palette
Kassie's Kaleidoscope color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #74c8b8;
}
.color-5 {
color: #4b91e2;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffec3d;
--color-4: #74c8b8;
--color-5: #4b91e2;
}
Kassie's Kaleidoscope background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffec3d, #74c8b8, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffec3d, #74c8b8, #4b91e2);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Kassie's Kaleidoscope color palette created on .