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: #5f0707;
}
.color-2 {
color: #9c1c1c;
}
.color-3 {
color: #d65c5c;
}
.color-4 {
color: #f3a5a5;
}
.color-5 {
color: #f7caca;
}
/* CSS Variables */
:root {
--color-1: #5f0707;
--color-2: #9c1c1c;
--color-3: #d65c5c;
--color-4: #f3a5a5;
--color-5: #f7caca;
}
Crimson Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f0707, #9c1c1c, #d65c5c, #f3a5a5, #f7caca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f0707, #9c1c1c, #d65c5c, #f3a5a5, #f7caca);
}
Similar color palettes
Crimson Whispers color palette created on .