Squidette's Dream Color Palette
Discover the beautiful Squidette's Dream color palette featuring astral (#3a7c9c), ship cove (#6f9cbe), pigeon post (#a3c4d7), sandy brown (#f2a36e) and japonica (#d56c6c).
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 Squidette's Dream palette
💻 Squidette's Dream color palette CSS
/* CSS */
.color-1 {
color: #3a7c9c;
}
.color-2 {
color: #6f9cbe;
}
.color-3 {
color: #a3c4d7;
}
.color-4 {
color: #f2a36e;
}
.color-5 {
color: #d56c6c;
}
/* CSS Variables */
:root {
--color-1: #3a7c9c;
--color-2: #6f9cbe;
--color-3: #a3c4d7;
--color-4: #f2a36e;
--color-5: #d56c6c;
} 🌈 Squidette's Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7c9c, #6f9cbe, #a3c4d7, #f2a36e, #d56c6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7c9c, #6f9cbe, #a3c4d7, #f2a36e, #d56c6c);
} 🔗 Explore similar color palettes
Squidette's Dream color palette created on .