Charlie’s Warm Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Charlie’s Warm Embrace palette

Share this palette to:

Charlie’s Warm Embrace color palette CSS

/* CSS */
.color-1 {
color: #f6a76f;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e07000;
}
.color-4 {
color: #b34d00;
}
.color-5 {
color: #8f5a00;
}

/* CSS Variables */
:root {
--color-1: #f6a76f;
--color-2: #f1c84b;
--color-3: #e07000;
--color-4: #b34d00;
--color-5: #8f5a00;
}

Charlie’s Warm Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a76f, #f1c84b, #e07000, #b34d00, #8f5a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a76f, #f1c84b, #e07000, #b34d00, #8f5a00);
}

Charlie’s Warm Embrace color palette created on .