Dream Cat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dream Cat palette

Share this palette to:

Dream Cat color palette PNG image

Download dream cat color palette PNG image (landscape)
Download dream cat color palette PNG image (square)

Dream Cat color palette CSS

/* CSS */
.color-1 {
color: #e8e4fc;
}
.color-2 {
color: #f0e1f9;
}
.color-3 {
color: #fce8f8;
}
.color-4 {
color: #faf4f4;
}
.color-5 {
color: #d3edfd;
}

/* CSS Variables */
:root {
--color-1: #e8e4fc;
--color-2: #f0e1f9;
--color-3: #fce8f8;
--color-4: #faf4f4;
--color-5: #d3edfd;
}

Dream Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8e4fc, #f0e1f9, #fce8f8, #faf4f4, #d3edfd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8e4fc, #f0e1f9, #fce8f8, #faf4f4, #d3edfd);
}

Dream Cat color palette created on .