Crimson Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Whisper palette

Share this palette to:

Crimson Whisper color palette CSS

/* CSS */
.color-1 {
color: #1b0e0e;
}
.color-2 {
color: #3c2020;
}
.color-3 {
color: #5f3a3a;
}
.color-4 {
color: #8b5b5b;
}
.color-5 {
color: #b78a8a;
}

/* CSS Variables */
:root {
--color-1: #1b0e0e;
--color-2: #3c2020;
--color-3: #5f3a3a;
--color-4: #8b5b5b;
--color-5: #b78a8a;
}

Crimson Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b0e0e, #3c2020, #5f3a3a, #8b5b5b, #b78a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b0e0e, #3c2020, #5f3a3a, #8b5b5b, #b78a8a);
}

Crimson Whisper color palette created on .