Pink Coko Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Coko palette
Pink Coko color palette CSS
/* CSS */
.color-1 {
color: #c4a1a4;
}
.color-2 {
color: #dfb59f;
}
.color-3 {
color: #f2d5c0;
}
.color-4 {
color: #f3e6d8;
}
.color-5 {
color: #f7f3e9;
}
/* CSS Variables */
:root {
--color-1: #c4a1a4;
--color-2: #dfb59f;
--color-3: #f2d5c0;
--color-4: #f3e6d8;
--color-5: #f7f3e9;
}
Pink Coko background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4a1a4, #dfb59f, #f2d5c0, #f3e6d8, #f7f3e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4a1a4, #dfb59f, #f2d5c0, #f3e6d8, #f7f3e9);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Pink Coko color palette created on .