Pixelated Cephalopod Delight Color Palette
Discover the beautiful Pixelated Cephalopod Delight color palette featuring carnation pink (#ff97cd), cornflower blue (#6e81f0), turquoise blue (#66dce3), buttermilk (#fff1b6) and bittersweet (#ff766f).
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 Pixelated Cephalopod Delight palette
💻 Pixelated Cephalopod Delight color palette CSS
/* CSS */
.color-1 {
color: #ff97cd;
}
.color-2 {
color: #6e81f0;
}
.color-3 {
color: #66dce3;
}
.color-4 {
color: #fff1b6;
}
.color-5 {
color: #ff766f;
}
/* CSS Variables */
:root {
--color-1: #ff97cd;
--color-2: #6e81f0;
--color-3: #66dce3;
--color-4: #fff1b6;
--color-5: #ff766f;
} 🌈 Pixelated Cephalopod Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff97cd, #6e81f0, #66dce3, #fff1b6, #ff766f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff97cd, #6e81f0, #66dce3, #fff1b6, #ff766f);
} 🔗 Explore similar color palettes
Pixelated Cephalopod Delight color palette created on .