Cavernous Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cavernous Reverie palette

Share this palette to:

Cavernous Reverie color palette CSS

/* CSS */
.color-1 {
color: #4b3d3a;
}
.color-2 {
color: #6c5b56;
}
.color-3 {
color: #b29f8a;
}
.color-4 {
color: #d2c2b6;
}
.color-5 {
color: #f0e9e0;
}

/* CSS Variables */
:root {
--color-1: #4b3d3a;
--color-2: #6c5b56;
--color-3: #b29f8a;
--color-4: #d2c2b6;
--color-5: #f0e9e0;
}

Cavernous Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d3a, #6c5b56, #b29f8a, #d2c2b6, #f0e9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d3a, #6c5b56, #b29f8a, #d2c2b6, #f0e9e0);
}

Cavernous Reverie color palette created on .