Whipped Caramel Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whipped Caramel Delight palette

Share this palette to:

Whipped Caramel Delight color palette CSS

/* CSS */
.color-1 {
color: #fce8bb;
}
.color-2 {
color: #fbe3ac;
}
.color-3 {
color: #fad1a3;
}
.color-4 {
color: #eec077;
}
.color-5 {
color: #e6b989;
}

/* CSS Variables */
:root {
--color-1: #fce8bb;
--color-2: #fbe3ac;
--color-3: #fad1a3;
--color-4: #eec077;
--color-5: #e6b989;
}

Whipped Caramel Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce8bb, #fbe3ac, #fad1a3, #eec077, #e6b989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce8bb, #fbe3ac, #fad1a3, #eec077, #e6b989);
}

Whipped Caramel Delight color palette created on .