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: #e13e33;
}
.color-2 {
color: #f5a700;
}
.color-3 {
color: #f5c800;
}
.color-4 {
color: #4abf8e;
}
.color-5 {
color: #2c8dba;
}

/* CSS Variables */
:root {
--color-1: #e13e33;
--color-2: #f5a700;
--color-3: #f5c800;
--color-4: #4abf8e;
--color-5: #2c8dba;
}

Crimson Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e13e33, #f5a700, #f5c800, #4abf8e, #2c8dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e13e33, #f5a700, #f5c800, #4abf8e, #2c8dba);
}

Crimson Reverie color palette created on .