Pink Kawaii Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Kawaii palette

Share this palette to:

Pink Kawaii color palette CSS

/* CSS */
.color-1 {
color: #ecf2fe;
}
.color-2 {
color: #e6eefe;
}
.color-3 {
color: #e2ebfd;
}
.color-4 {
color: #dde8fd;
}
.color-5 {
color: #d4e1fc;
}

/* CSS Variables */
:root {
--color-1: #ecf2fe;
--color-2: #e6eefe;
--color-3: #e2ebfd;
--color-4: #dde8fd;
--color-5: #d4e1fc;
}

Pink Kawaii background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecf2fe, #e6eefe, #e2ebfd, #dde8fd, #d4e1fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecf2fe, #e6eefe, #e2ebfd, #dde8fd, #d4e1fc);
}

Pink Kawaii color palette created on .