Bare Essence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bare Essence palette

Share this palette to:

Bare Essence color palette CSS

/* CSS */
.color-1 {
color: #f8d5bf;
}
.color-2 {
color: #f4b79f;
}
.color-3 {
color: #e8a7a1;
}
.color-4 {
color: #d69d8f;
}
.color-5 {
color: #c79d8f;
}

/* CSS Variables */
:root {
--color-1: #f8d5bf;
--color-2: #f4b79f;
--color-3: #e8a7a1;
--color-4: #d69d8f;
--color-5: #c79d8f;
}

Bare Essence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5bf, #f4b79f, #e8a7a1, #d69d8f, #c79d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5bf, #f4b79f, #e8a7a1, #d69d8f, #c79d8f);
}

Bare Essence color palette created on .