Kaito Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kaito palette

Share this palette to:

Kaito color palette PNG image

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

Kaito color palette CSS

/* CSS */
.color-1 {
color: #015dc6;
}
.color-2 {
color: #003db8;
}
.color-3 {
color: #0035a8;
}
.color-4 {
color: #002a85;
}
.color-5 {
color: #001f61;
}

/* CSS Variables */
:root {
--color-1: #015dc6;
--color-2: #003db8;
--color-3: #0035a8;
--color-4: #002a85;
--color-5: #001f61;
}

Kaito background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #015dc6, #003db8, #0035a8, #002a85, #001f61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #015dc6, #003db8, #0035a8, #002a85, #001f61);
}

Kaito color palette created on .