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: #497c92;
}
.color-2 {
color: #77b6a1;
}
.color-3 {
color: #61a8b8;
}
.color-4 {
color: #a4daca;
}
.color-5 {
color: #e8c0b0;
}
/* CSS Variables */
:root {
--color-1: #497c92;
--color-2: #77b6a1;
--color-3: #61a8b8;
--color-4: #a4daca;
--color-5: #e8c0b0;
}
Ocean Breeze Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497c92, #77b6a1, #61a8b8, #a4daca, #e8c0b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497c92, #77b6a1, #61a8b8, #a4daca, #e8c0b0);
}
Similar color palettes
Ocean Breeze Serenity color palette created on .