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: #9e5151;
}
.color-2 {
color: #d18585;
}
.color-3 {
color: #f1c6c6;
}
.color-4 {
color: #f9d7d7;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #9e5151;
--color-2: #d18585;
--color-3: #f1c6c6;
--color-4: #f9d7d7;
--color-5: #000000;
}
Crimson Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9e5151, #d18585, #f1c6c6, #f9d7d7, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9e5151, #d18585, #f1c6c6, #f9d7d7, #000000);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
Crimson Whispers color palette created on .