Pink Kawaiidake Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Kawaiidake palette
Pink Kawaiidake color palette CSS
/* CSS */
.color-1 {
color: #f6c6e1;
}
.color-2 {
color: #f3aad3;
}
.color-3 {
color: #f9a4b1;
}
.color-4 {
color: #fbaf8e;
}
.color-5 {
color: #f6e48e;
}
/* CSS Variables */
:root {
--color-1: #f6c6e1;
--color-2: #f3aad3;
--color-3: #f9a4b1;
--color-4: #fbaf8e;
--color-5: #f6e48e;
}
Pink Kawaiidake background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6e1, #f3aad3, #f9a4b1, #fbaf8e, #f6e48e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6e1, #f3aad3, #f9a4b1, #fbaf8e, #f6e48e);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Kawaiidake color palette created on .