Dream Cat Moth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dream Cat Moth palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dream Cat Moth Color Palette (PNG)
Dream Cat Moth color palette CSS
/* CSS */
.color-1 {
color: #d9b8e0;
}
.color-2 {
color: #b888c8;
}
.color-3 {
color: #9d6aa0;
}
.color-4 {
color: #e4c2b9;
}
.color-5 {
color: #f8e9a0;
}
/* CSS Variables */
:root {
--color-1: #d9b8e0;
--color-2: #b888c8;
--color-3: #9d6aa0;
--color-4: #e4c2b9;
--color-5: #f8e9a0;
}
Dream Cat Moth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b8e0, #b888c8, #9d6aa0, #e4c2b9, #f8e9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b8e0, #b888c8, #9d6aa0, #e4c2b9, #f8e9a0);
}
Similar color palettes
Dream Cat Moth color palette created on .