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: #a7e6f1;
}
.color-2 {
color: #a1d5e8;
}
.color-3 {
color: #7cc7e4;
}
.color-4 {
color: #5eaad9;
}
.color-5 {
color: #3b8ca0;
}
/* CSS Variables */
:root {
--color-1: #a7e6f1;
--color-2: #a1d5e8;
--color-3: #7cc7e4;
--color-4: #5eaad9;
--color-5: #3b8ca0;
}
Ocean Breeze Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7e6f1, #a1d5e8, #7cc7e4, #5eaad9, #3b8ca0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7e6f1, #a1d5e8, #7cc7e4, #5eaad9, #3b8ca0);
}
Similar color palettes
Ocean Breeze Serenity color palette created on .