Crimson Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Reverie palette

Share this palette to:

Crimson Reverie color palette CSS

/* CSS */
.color-1 {
color: #e63746;
}
.color-2 {
color: #f2faef;
}
.color-3 {
color: #f8c9b9;
}
.color-4 {
color: #aa82b0;
}
.color-5 {
color: #7b4b8b;
}

/* CSS Variables */
:root {
--color-1: #e63746;
--color-2: #f2faef;
--color-3: #f8c9b9;
--color-4: #aa82b0;
--color-5: #7b4b8b;
}

Crimson Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e63746, #f2faef, #f8c9b9, #aa82b0, #7b4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e63746, #f2faef, #f8c9b9, #aa82b0, #7b4b8b);
}

Crimson Reverie color palette created on .