Kayaking Color Palette
Discover the beautiful Kayaking color palette featuring azure radiance (#0091eb), azure radiance (#00aeff), cyan / aqua (#00e5ff), anakiwa (#80d9ff) and aero blue (#a8ffeb).
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 Kayaking palette
💻 Kayaking color palette CSS
/* CSS */
.color-1 {
color: #0091eb;
}
.color-2 {
color: #00aeff;
}
.color-3 {
color: #00e5ff;
}
.color-4 {
color: #80d9ff;
}
.color-5 {
color: #a8ffeb;
}
/* CSS Variables */
:root {
--color-1: #0091eb;
--color-2: #00aeff;
--color-3: #00e5ff;
--color-4: #80d9ff;
--color-5: #a8ffeb;
} 🌈 Kayaking background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0091eb, #00aeff, #00e5ff, #80d9ff, #a8ffeb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0091eb, #00aeff, #00e5ff, #80d9ff, #a8ffeb);
} 🔗 Explore similar color palettes
Kayaking color palette created on .