Kiko Ghost Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kiko Ghost Cat palette
Color Inspiration
Images that showcase this color palette in real designs
Download Kiko Ghost Cat Color Palette (PNG)
Kiko Ghost Cat color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #b0c4d8;
}
.color-3 {
color: #7f9dbd;
}
.color-4 {
color: #4e6e8d;
}
.color-5 {
color: #294960;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #b0c4d8;
--color-3: #7f9dbd;
--color-4: #4e6e8d;
--color-5: #294960;
}
Kiko Ghost Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #b0c4d8, #7f9dbd, #4e6e8d, #294960);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #b0c4d8, #7f9dbd, #4e6e8d, #294960);
}
Similar color palettes
Kiko Ghost Cat color palette created on .