Crimson Nostalgia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Nostalgia palette

Share this palette to:

Crimson Nostalgia color palette CSS

/* CSS */
.color-1 {
color: #5f2b2b;
}
.color-2 {
color: #8a4c4c;
}
.color-3 {
color: #b67c7c;
}
.color-4 {
color: #d9a1a1;
}
.color-5 {
color: #f7c5c5;
}

/* CSS Variables */
:root {
--color-1: #5f2b2b;
--color-2: #8a4c4c;
--color-3: #b67c7c;
--color-4: #d9a1a1;
--color-5: #f7c5c5;
}

Crimson Nostalgia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2b2b, #8a4c4c, #b67c7c, #d9a1a1, #f7c5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2b2b, #8a4c4c, #b67c7c, #d9a1a1, #f7c5c5);
}

Crimson Nostalgia color palette created on .