Ocean Breeze and Sunset Glow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Breeze and Sunset Glow palette
Ocean Breeze and Sunset Glow color palette CSS
/* CSS */
.color-1 {
color: #a1c2d9;
}
.color-2 {
color: #7dbad8;
}
.color-3 {
color: #4ca2b8;
}
.color-4 {
color: #f0b851;
}
.color-5 {
color: #e05a29;
}
/* CSS Variables */
:root {
--color-1: #a1c2d9;
--color-2: #7dbad8;
--color-3: #4ca2b8;
--color-4: #f0b851;
--color-5: #e05a29;
}
Ocean Breeze and Sunset Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c2d9, #7dbad8, #4ca2b8, #f0b851, #e05a29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c2d9, #7dbad8, #4ca2b8, #f0b851, #e05a29);
}
Similar color palettes
Ocean Breeze and Sunset Glow color palette created on .