Callie the Inkling Color Palette
Discover the beautiful Callie the Inkling color palette featuring astral (#3a8e9c), downy (#6fc4c8), water leaf (#98e6e1), sandy brown (#f6a05a) and froly (#f76e6e).
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 Callie the Inkling palette
💻 Callie the Inkling color palette CSS
/* CSS */
.color-1 {
color: #3a8e9c;
}
.color-2 {
color: #6fc4c8;
}
.color-3 {
color: #98e6e1;
}
.color-4 {
color: #f6a05a;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #3a8e9c;
--color-2: #6fc4c8;
--color-3: #98e6e1;
--color-4: #f6a05a;
--color-5: #f76e6e;
} 🌈 Callie the Inkling background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8e9c, #6fc4c8, #98e6e1, #f6a05a, #f76e6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8e9c, #6fc4c8, #98e6e1, #f6a05a, #f76e6e);
} 🔗 Explore similar color palettes
Callie the Inkling color palette created on .