Pink Kitty Book Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Kitty Book palette
Pink Kitty Book color palette CSS
/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #ffb3e4;
}
.color-3 {
color: #ffa08f;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffea8f;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #ffb3e4;
--color-3: #ffa08f;
--color-4: #ffb84d;
--color-5: #ffea8f;
}
Pink Kitty Book background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #ffb3e4, #ffa08f, #ffb84d, #ffea8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #ffb3e4, #ffa08f, #ffb84d, #ffea8f);
}
Similar color palettes
Pink Kitty Book color palette created on .