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: #3c0b0e;
}
.color-2 {
color: #6d2c30;
}
.color-3 {
color: #b45a55;
}
.color-4 {
color: #ff8052;
}
.color-5 {
color: #fbf1c1;
}
/* CSS Variables */
:root {
--color-1: #3c0b0e;
--color-2: #6d2c30;
--color-3: #b45a55;
--color-4: #ff8052;
--color-5: #fbf1c1;
}
Crimson Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c0b0e, #6d2c30, #b45a55, #ff8052, #fbf1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c0b0e, #6d2c30, #b45a55, #ff8052, #fbf1c1);
}
Similar color palettes
Crimson Whispers color palette created on .