Cherry Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cherry Delight palette
Cherry Delight color palette CSS
/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff8e4d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffc94d;
}
.color-5 {
color: #ff4d8e;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff8e4d;
--color-3: #ffb84d;
--color-4: #ffc94d;
--color-5: #ff4d8e;
}
Cherry Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff8e4d, #ffb84d, #ffc94d, #ff4d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff8e4d, #ffb84d, #ffc94d, #ff4d8e);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Cherry Delight color palette created on .