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: #6d1c26;
}
.color-2 {
color: #ac4d54;
}
.color-3 {
color: #e08a8c;
}
.color-4 {
color: #f8bab4;
}
.color-5 {
color: #fcf3f3;
}
/* CSS Variables */
:root {
--color-1: #6d1c26;
--color-2: #ac4d54;
--color-3: #e08a8c;
--color-4: #f8bab4;
--color-5: #fcf3f3;
}
Crimson Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d1c26, #ac4d54, #e08a8c, #f8bab4, #fcf3f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d1c26, #ac4d54, #e08a8c, #f8bab4, #fcf3f3);
}
Similar color palettes
Crimson Whisper color palette created on .