Crimson Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Whispers palette
Crimson Whispers color palette CSS
/* CSS */
.color-1 {
color: #3b0c0c;
}
.color-2 {
color: #6f1f1f;
}
.color-3 {
color: #a32e2e;
}
.color-4 {
color: #d75b5b;
}
.color-5 {
color: #f8b9b9;
}
/* CSS Variables */
:root {
--color-1: #3b0c0c;
--color-2: #6f1f1f;
--color-3: #a32e2e;
--color-4: #d75b5b;
--color-5: #f8b9b9;
}
Crimson Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b0c0c, #6f1f1f, #a32e2e, #d75b5b, #f8b9b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b0c0c, #6f1f1f, #a32e2e, #d75b5b, #f8b9b9);
}
Similar color palettes
Scroll down to explore 200+ Dark color palettes
Crimson Whispers color palette created on .