Frosted Ocean Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frosted Ocean Breeze palette
Frosted Ocean Breeze color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #4a9cd3;
}
.color-3 {
color: #2c7990;
}
.color-4 {
color: #1e5a6c;
}
.color-5 {
color: #005c61;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #4a9cd3;
--color-3: #2c7990;
--color-4: #1e5a6c;
--color-5: #005c61;
}
Frosted Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #4a9cd3, #2c7990, #1e5a6c, #005c61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #4a9cd3, #2c7990, #1e5a6c, #005c61);
}
Similar color palettes
Frosted Ocean Breeze color palette created on .