Chaos Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Chaos palette
Color Inspiration
Images that showcase this color palette in real designs
Download Chaos Color Palette (PNG)
Chaos color palette CSS
/* CSS */
.color-1 {
color: #ffd0cc;
}
.color-2 {
color: #c8c0dd;
}
.color-3 {
color: #d2e5b8;
}
.color-4 {
color: #fcefee;
}
.color-5 {
color: #d7e0ef;
}
/* CSS Variables */
:root {
--color-1: #ffd0cc;
--color-2: #c8c0dd;
--color-3: #d2e5b8;
--color-4: #fcefee;
--color-5: #d7e0ef;
}
Chaos background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd0cc, #c8c0dd, #d2e5b8, #fcefee, #d7e0ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd0cc, #c8c0dd, #d2e5b8, #fcefee, #d7e0ef);
}
Similar color palettes
Scroll down to explore 80+ Pink color palettes
Chaos color palette created on .