Light Muted Ocean Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Muted Ocean Breeze palette
Download Light Muted Ocean Breeze Color Palette (PNG)
Light Muted Ocean Breeze color palette CSS
/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #79b9c3;
}
.color-3 {
color: #4b9bb4;
}
.color-4 {
color: #2e768e;
}
.color-5 {
color: #1e4d5c;
}
/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #79b9c3;
--color-3: #4b9bb4;
--color-4: #2e768e;
--color-5: #1e4d5c;
}
Light Muted Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #79b9c3, #4b9bb4, #2e768e, #1e4d5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #79b9c3, #4b9bb4, #2e768e, #1e4d5c);
}
Similar color palettes
Light Muted Ocean Breeze color palette created on .