Kraken Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kraken palette

Share this palette to:

Kraken color palette CSS

/* CSS */
.color-1 {
color: #132744;
}
.color-2 {
color: #1e4062;
}
.color-3 {
color: #306588;
}
.color-4 {
color: #6e7269;
}
.color-5 {
color: #5e313d;
}

/* CSS Variables */
:root {
--color-1: #132744;
--color-2: #1e4062;
--color-3: #306588;
--color-4: #6e7269;
--color-5: #5e313d;
}

Kraken background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #132744, #1e4062, #306588, #6e7269, #5e313d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #132744, #1e4062, #306588, #6e7269, #5e313d);
}

Kraken color palette created on .