Kraken Color Palette
Discover the beautiful Kraken color palette featuring sherpa blue (#003c4d), blue lagoon (#007383), robin's egg blue (#00d6df), lightning yellow (#ffbf21) and red (#ee0700).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Kraken palette
💻 Kraken color palette CSS
/* CSS */
.color-1 {
color: #003c4d;
}
.color-2 {
color: #007383;
}
.color-3 {
color: #00d6df;
}
.color-4 {
color: #ffbf21;
}
.color-5 {
color: #ee0700;
}
/* CSS Variables */
:root {
--color-1: #003c4d;
--color-2: #007383;
--color-3: #00d6df;
--color-4: #ffbf21;
--color-5: #ee0700;
} 🌈 Kraken background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003c4d, #007383, #00d6df, #ffbf21, #ee0700);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003c4d, #007383, #00d6df, #ffbf21, #ee0700);
} 🔗 Explore similar color palettes
Kraken color palette created on .