Cheerful Crimson Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cheerful Crimson Harmony palette

Share this palette to:

Cheerful Crimson Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff4a3d;
}
.color-2 {
color: #ff7d52;
}
.color-3 {
color: #ff9f80;
}
.color-4 {
color: #ffd28f;
}
.color-5 {
color: #fff4b3;
}

/* CSS Variables */
:root {
--color-1: #ff4a3d;
--color-2: #ff7d52;
--color-3: #ff9f80;
--color-4: #ffd28f;
--color-5: #fff4b3;
}

Cheerful Crimson Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4a3d, #ff7d52, #ff9f80, #ffd28f, #fff4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4a3d, #ff7d52, #ff9f80, #ffd28f, #fff4b3);
}

Cheerful Crimson Harmony color palette created on .