Pink Kiko Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Kiko palette

Share this palette to:

Pink Kiko color palette CSS

/* CSS */
.color-1 {
color: #f1a7ae;
}
.color-2 {
color: #f8c1a5;
}
.color-3 {
color: #f8e0a0;
}
.color-4 {
color: #e4d69b;
}
.color-5 {
color: #d1b7c4;
}

/* CSS Variables */
:root {
--color-1: #f1a7ae;
--color-2: #f8c1a5;
--color-3: #f8e0a0;
--color-4: #e4d69b;
--color-5: #d1b7c4;
}

Pink Kiko background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7ae, #f8c1a5, #f8e0a0, #e4d69b, #d1b7c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7ae, #f8c1a5, #f8e0a0, #e4d69b, #d1b7c4);
}

Pink Kiko color palette created on .