Winter at the Beach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Winter at the Beach palette
Winter at the Beach color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 2 Winter color palettes
Winter at the Beach color palette created on .