Simon Caldwell Color Palette
Discover the beautiful Simon Caldwell color palette featuring botticelli (#c8d9e4), rock blue (#a1b3d4), bermuda gray (#6a8ba4), blue bayoux (#4e6473) and pickled bluewood (#2b3b4a).
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 Simon Caldwell palette
💻 Simon Caldwell color palette CSS
/* CSS */
.color-1 {
color: #c8d9e4;
}
.color-2 {
color: #a1b3d4;
}
.color-3 {
color: #6a8ba4;
}
.color-4 {
color: #4e6473;
}
.color-5 {
color: #2b3b4a;
}
/* CSS Variables */
:root {
--color-1: #c8d9e4;
--color-2: #a1b3d4;
--color-3: #6a8ba4;
--color-4: #4e6473;
--color-5: #2b3b4a;
} 🌈 Simon Caldwell background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8d9e4, #a1b3d4, #6a8ba4, #4e6473, #2b3b4a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8d9e4, #a1b3d4, #6a8ba4, #4e6473, #2b3b4a);
} 🔗 Explore similar color palettes
Simon Caldwell color palette created on .