Siameses Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Siameses Cat palette
Color Inspiration
Images that showcase this color palette in real designs
Download Siameses Cat Color Palette (PNG)
Siameses Cat color palette CSS
/* CSS */
.color-1 {
color: #a76c8e;
}
.color-2 {
color: #c69faf;
}
.color-3 {
color: #e1c6d5;
}
.color-4 {
color: #f8e4e2;
}
.color-5 {
color: #d8b49d;
}
/* CSS Variables */
:root {
--color-1: #a76c8e;
--color-2: #c69faf;
--color-3: #e1c6d5;
--color-4: #f8e4e2;
--color-5: #d8b49d;
}
Siameses Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76c8e, #c69faf, #e1c6d5, #f8e4e2, #d8b49d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76c8e, #c69faf, #e1c6d5, #f8e4e2, #d8b49d);
}
Similar color palettes
Scroll down to explore 6 Cat color palettes
Siameses Cat color palette created on .