Carmella's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Carmella's Embrace palette

Share this palette to:

Carmella's Embrace color palette CSS

/* CSS */
.color-1 {
color: #ffb19e;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d95e36;
}
.color-4 {
color: #ab5d30;
}
.color-5 {
color: #4c3d2a;
}

/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ff6e61;
--color-3: #d95e36;
--color-4: #ab5d30;
--color-5: #4c3d2a;
}

Carmella's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ff6e61, #d95e36, #ab5d30, #4c3d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ff6e61, #d95e36, #ab5d30, #4c3d2a);
}

Carmella's Embrace color palette created on .