Crownshell Color Palette
Discover the beautiful Crownshell color palette featuring pancho (#ecd6a5), tonys pink (#e7ae95), puce (#cc8598), tapestry (#aa6986) and affair (#764a7e).
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 Crownshell palette
๐ป Crownshell color palette CSS
/* CSS */
.color-1 {
color: #ecd6a5;
}
.color-2 {
color: #e7ae95;
}
.color-3 {
color: #cc8598;
}
.color-4 {
color: #aa6986;
}
.color-5 {
color: #764a7e;
}
/* CSS Variables */
:root {
--color-1: #ecd6a5;
--color-2: #e7ae95;
--color-3: #cc8598;
--color-4: #aa6986;
--color-5: #764a7e;
} ๐ Crownshell background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecd6a5, #e7ae95, #cc8598, #aa6986, #764a7e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecd6a5, #e7ae95, #cc8598, #aa6986, #764a7e);
} ๐ Explore similar color palettes
Crownshell color palette created on .