Red Apple Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Apple Delight palette

Share this palette to:

Red Apple Delight color palette CSS

/* CSS */
.color-1 {
color: #f92b24;
}
.color-2 {
color: #f99224;
}
.color-3 {
color: #f9c424;
}
.color-4 {
color: #f9f224;
}
.color-5 {
color: #3bf623;
}

/* CSS Variables */
:root {
--color-1: #f92b24;
--color-2: #f99224;
--color-3: #f9c424;
--color-4: #f9f224;
--color-5: #3bf623;
}

Red Apple Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f92b24, #f99224, #f9c424, #f9f224, #3bf623);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f92b24, #f99224, #f9c424, #f9f224, #3bf623);
}

Red Apple Delight color palette created on .