Ocean Breeze Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Breeze Serenity palette
Ocean Breeze Serenity color palette CSS
/* CSS */
.color-1 {
color: #1c508d;
}
.color-2 {
color: #3b7a9b;
}
.color-3 {
color: #69b5d3;
}
.color-4 {
color: #a6e8d9;
}
.color-5 {
color: #f1e2b1;
}
/* CSS Variables */
:root {
--color-1: #1c508d;
--color-2: #3b7a9b;
--color-3: #69b5d3;
--color-4: #a6e8d9;
--color-5: #f1e2b1;
}
Ocean Breeze Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c508d, #3b7a9b, #69b5d3, #a6e8d9, #f1e2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c508d, #3b7a9b, #69b5d3, #a6e8d9, #f1e2b1);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Ocean Breeze Serenity color palette created on .