Crimson Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Reverie palette
Crimson Reverie color palette CSS
/* CSS */
.color-1 {
color: #4a1c2e;
}
.color-2 {
color: #6d2c3b;
}
.color-3 {
color: #9e4c5f;
}
.color-4 {
color: #d48c8e;
}
.color-5 {
color: #f5c7c9;
}
/* CSS Variables */
:root {
--color-1: #4a1c2e;
--color-2: #6d2c3b;
--color-3: #9e4c5f;
--color-4: #d48c8e;
--color-5: #f5c7c9;
}
Crimson Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1c2e, #6d2c3b, #9e4c5f, #d48c8e, #f5c7c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1c2e, #6d2c3b, #9e4c5f, #d48c8e, #f5c7c9);
}
Similar color palettes
Crimson Reverie color palette created on .