Cedric Morozov Color Palette
Discover the beautiful Cedric Morozov color palette featuring botticelli (#c7d3e0), casper (#a8c1d1), neptune (#6fa2b3), ming (#3a7888) and blue dianne (#1f4c56).
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 Cedric Morozov palette
💻 Cedric Morozov color palette CSS
/* CSS */
.color-1 {
color: #c7d3e0;
}
.color-2 {
color: #a8c1d1;
}
.color-3 {
color: #6fa2b3;
}
.color-4 {
color: #3a7888;
}
.color-5 {
color: #1f4c56;
}
/* CSS Variables */
:root {
--color-1: #c7d3e0;
--color-2: #a8c1d1;
--color-3: #6fa2b3;
--color-4: #3a7888;
--color-5: #1f4c56;
} 🌈 Cedric Morozov background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7d3e0, #a8c1d1, #6fa2b3, #3a7888, #1f4c56);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7d3e0, #a8c1d1, #6fa2b3, #3a7888, #1f4c56);
} 🔗 Explore similar color palettes
Cedric Morozov color palette created on .