Extracurricular Crimson Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Extracurricular Crimson palette

Share this palette to:

Extracurricular Crimson color palette PNG image

Download extracurricular crimson color palette PNG image (landscape)
Download extracurricular crimson color palette PNG image (square)

Extracurricular Crimson color palette CSS

/* CSS */
.color-1 {
color: #c92c3e;
}
.color-2 {
color: #e04d6d;
}
.color-3 {
color: #f2a1b1;
}
.color-4 {
color: #f7dee7;
}
.color-5 {
color: #f9d2d2;
}

/* CSS Variables */
:root {
--color-1: #c92c3e;
--color-2: #e04d6d;
--color-3: #f2a1b1;
--color-4: #f7dee7;
--color-5: #f9d2d2;
}

Extracurricular Crimson background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3e, #e04d6d, #f2a1b1, #f7dee7, #f9d2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3e, #e04d6d, #f2a1b1, #f7dee7, #f9d2d2);
}

Extracurricular Crimson color palette created on .