Kawaii Blue Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kawaii Blue Green palette

Share this palette to:

Kawaii Blue Green color palette CSS

/* CSS */
.color-1 {
color: #a1e2c2;
}
.color-2 {
color: #78d6de;
}
.color-3 {
color: #56b5e1;
}
.color-4 {
color: #4494e4;
}
.color-5 {
color: #2973db;
}

/* CSS Variables */
:root {
--color-1: #a1e2c2;
--color-2: #78d6de;
--color-3: #56b5e1;
--color-4: #4494e4;
--color-5: #2973db;
}

Kawaii Blue Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1e2c2, #78d6de, #56b5e1, #4494e4, #2973db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1e2c2, #78d6de, #56b5e1, #4494e4, #2973db);
}

Kawaii Blue Green color palette created on .