Cael Color Palette
Discover the beautiful Cael color palette featuring regent st blue (#a2c6e7), half baked (#76b1d0), havelock blue (#4d9ddb), mariner (#2a7acf) and matisse (#1c5b97).
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 Cael palette
💻 Cael color palette CSS
/* CSS */
.color-1 {
color: #a2c6e7;
}
.color-2 {
color: #76b1d0;
}
.color-3 {
color: #4d9ddb;
}
.color-4 {
color: #2a7acf;
}
.color-5 {
color: #1c5b97;
}
/* CSS Variables */
:root {
--color-1: #a2c6e7;
--color-2: #76b1d0;
--color-3: #4d9ddb;
--color-4: #2a7acf;
--color-5: #1c5b97;
} 🌈 Cael background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c6e7, #76b1d0, #4d9ddb, #2a7acf, #1c5b97);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c6e7, #76b1d0, #4d9ddb, #2a7acf, #1c5b97);
} 🔗 Explore similar color palettes
Cael color palette created on .