Creamy Caramel Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Caramel Dream palette

Share this palette to:

Creamy Caramel Dream color palette CSS

/* CSS */
.color-1 {
color: #f9e4be;
}
.color-2 {
color: #f3d6a0;
}
.color-3 {
color: #f2b578;
}
.color-4 {
color: #f2a87d;
}
.color-5 {
color: #efa07b;
}

/* CSS Variables */
:root {
--color-1: #f9e4be;
--color-2: #f3d6a0;
--color-3: #f2b578;
--color-4: #f2a87d;
--color-5: #efa07b;
}

Creamy Caramel Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e4be, #f3d6a0, #f2b578, #f2a87d, #efa07b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e4be, #f3d6a0, #f2b578, #f2a87d, #efa07b);
}

Creamy Caramel Dream color palette created on .