Dream Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dream Cat palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dream Cat Color Palette (PNG)
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);
}
Similar color palettes
Dream Cat color palette created on .