Creamy Caramel Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Caramel Delight palette

Share this palette to:

Download Creamy Caramel Delight Color Palette (PNG)

Download creamy caramel delight color palette PNG image (landscape)
Download creamy caramel delight color palette PNG image (square)

Creamy Caramel Delight color palette CSS

/* CSS */
.color-1 {
color: #f9d57b;
}
.color-2 {
color: #fce1b6;
}
.color-3 {
color: #e9ccaf;
}
.color-4 {
color: #d7cab7;
}
.color-5 {
color: #e8d7c4;
}

/* CSS Variables */
:root {
--color-1: #f9d57b;
--color-2: #fce1b6;
--color-3: #e9ccaf;
--color-4: #d7cab7;
--color-5: #e8d7c4;
}

Creamy Caramel Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d57b, #fce1b6, #e9ccaf, #d7cab7, #e8d7c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d57b, #fce1b6, #e9ccaf, #d7cab7, #e8d7c4);
}

Creamy Caramel Delight color palette created on .