Creamy Caramel Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Caramel Delight palette

Share this palette to:

Creamy Caramel Delight color palette CSS

/* CSS */
.color-1 {
color: #f9e4be;
}
.color-2 {
color: #f2d7a1;
}
.color-3 {
color: #e4b558;
}
.color-4 {
color: #d09e4e;
}
.color-5 {
color: #c07b39;
}

/* CSS Variables */
:root {
--color-1: #f9e4be;
--color-2: #f2d7a1;
--color-3: #e4b558;
--color-4: #d09e4e;
--color-5: #c07b39;
}

Creamy Caramel Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e4be, #f2d7a1, #e4b558, #d09e4e, #c07b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e4be, #f2d7a1, #e4b558, #d09e4e, #c07b39);
}

Creamy Caramel Delight color palette created on .