Kawaii Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kawaii palette

Share this palette to:

Download Kawaii Color Palette (PNG)

Download  kawaii color palette PNG image (landscape)
Download  kawaii color palette PNG image (square)

Kawaii color palette CSS

/* CSS */
.color-1 {
color: #ffb3e4;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #9ee0ff;
}
.color-5 {
color: #ffb3b3;
}

/* CSS Variables */
:root {
--color-1: #ffb3e4;
--color-2: #ff6e61;
--color-3: #ffd900;
--color-4: #9ee0ff;
--color-5: #ffb3b3;
}

Kawaii background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e4, #ff6e61, #ffd900, #9ee0ff, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e4, #ff6e61, #ffd900, #9ee0ff, #ffb3b3);
}

Similar color palettes

Kawaii color palette created on .