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