Whimsical Calico Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Calico Dream palette

Share this palette to:

Whimsical Calico Dream color palette PNG image

Download whimsical calico dream color palette PNG image (landscape)
Download whimsical calico dream color palette PNG image (square)

Whimsical Calico Dream color palette CSS

/* CSS */
.color-1 {
color: #dcb2a7;
}
.color-2 {
color: #eac9c8;
}
.color-3 {
color: #f6d2c6;
}
.color-4 {
color: #f3e8dd;
}
.color-5 {
color: #eab6b3;
}

/* CSS Variables */
:root {
--color-1: #dcb2a7;
--color-2: #eac9c8;
--color-3: #f6d2c6;
--color-4: #f3e8dd;
--color-5: #eab6b3;
}

Whimsical Calico Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcb2a7, #eac9c8, #f6d2c6, #f3e8dd, #eab6b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcb2a7, #eac9c8, #f6d2c6, #f3e8dd, #eab6b3);
}

Whimsical Calico Dream color palette created on .