Creamy Caramel Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Caramel Dream palette

Share this palette to:

Download Creamy Caramel Dream Color Palette (PNG)

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

Creamy Caramel Dream color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f6e8d5;
}
.color-3 {
color: #f0c89e;
}
.color-4 {
color: #e8b278;
}
.color-5 {
color: #d07f49;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f6e8d5;
--color-3: #f0c89e;
--color-4: #e8b278;
--color-5: #d07f49;
}

Creamy Caramel Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f6e8d5, #f0c89e, #e8b278, #d07f49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f6e8d5, #f0c89e, #e8b278, #d07f49);
}

Creamy Caramel Dream color palette created on .