Blue Kai Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Kai palette

Share this palette to:

Blue Kai color palette CSS

/* CSS */
.color-1 {
color: #1e89b3;
}
.color-2 {
color: #5abfbd;
}
.color-3 {
color: #90e4e0;
}
.color-4 {
color: #f6cbd6;
}
.color-5 {
color: #f7b32b;
}

/* CSS Variables */
:root {
--color-1: #1e89b3;
--color-2: #5abfbd;
--color-3: #90e4e0;
--color-4: #f6cbd6;
--color-5: #f7b32b;
}

Blue Kai background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e89b3, #5abfbd, #90e4e0, #f6cbd6, #f7b32b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e89b3, #5abfbd, #90e4e0, #f6cbd6, #f7b32b);
}

Blue Kai color palette created on .