Winter at the Beach Color Palette
Discover the beautiful Winter at the Beach color palette featuring regent st blue (#a2d6e6), downy (#76b9d6), steel blue (#4a98b5), golden tainoi (#ffcb5c) and froly (#f76e6e).
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 Winter at the Beach palette
💻 Winter at the Beach color palette CSS
/* CSS */
.color-1 {
color: #a2d6e6;
}
.color-2 {
color: #76b9d6;
}
.color-3 {
color: #4a98b5;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #a2d6e6;
--color-2: #76b9d6;
--color-3: #4a98b5;
--color-4: #ffcb5c;
--color-5: #f76e6e;
} 🌈 Winter at the Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d6e6, #76b9d6, #4a98b5, #ffcb5c, #f76e6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d6e6, #76b9d6, #4a98b5, #ffcb5c, #f76e6e);
} 🔗 Explore similar color palettes
Winter at the Beach color palette created on .