Catty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Catty palette
Catty color palette PNG image
Catty color palette CSS
/* CSS */
.color-1 {
color: #d1618c;
}
.color-2 {
color: #f1c1d0;
}
.color-3 {
color: #f1e5b7;
}
.color-4 {
color: #a2c4d8;
}
.color-5 {
color: #499c6d;
}
/* CSS Variables */
:root {
--color-1: #d1618c;
--color-2: #f1c1d0;
--color-3: #f1e5b7;
--color-4: #a2c4d8;
--color-5: #499c6d;
}
Catty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1618c, #f1c1d0, #f1e5b7, #a2c4d8, #499c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1618c, #f1c1d0, #f1e5b7, #a2c4d8, #499c6d);
}
Similar color palettes
Catty color palette created on .