Red Ribbon Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Ribbon Delight palette
Red Ribbon Delight color palette CSS
/* CSS */
.color-1 {
color: #eb0a3e;
}
.color-2 {
color: #f36f6d;
}
.color-3 {
color: #ffb69e;
}
.color-4 {
color: #ffdd80;
}
.color-5 {
color: #ffec3d;
}
/* CSS Variables */
:root {
--color-1: #eb0a3e;
--color-2: #f36f6d;
--color-3: #ffb69e;
--color-4: #ffdd80;
--color-5: #ffec3d;
}
Red Ribbon Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eb0a3e, #f36f6d, #ffb69e, #ffdd80, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eb0a3e, #f36f6d, #ffb69e, #ffdd80, #ffec3d);
}
Similar color palettes
Red Ribbon Delight color palette created on .