Crimson Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Whisper palette
Crimson Whisper color palette PNG image
Crimson Whisper color palette CSS
/* CSS */
.color-1 {
color: #892a2a;
}
.color-2 {
color: #c94a4a;
}
.color-3 {
color: #f1b1b1;
}
.color-4 {
color: #f9d2d2;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #892a2a;
--color-2: #c94a4a;
--color-3: #f1b1b1;
--color-4: #f9d2d2;
--color-5: #ffffff;
}
Crimson Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #892a2a, #c94a4a, #f1b1b1, #f9d2d2, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #892a2a, #c94a4a, #f1b1b1, #f9d2d2, #ffffff);
}
Similar color palettes
Crimson Whisper color palette created on .