Serene Ocean Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Ocean Breeze palette

Share this palette to:

Serene Ocean Breeze color palette CSS

/* CSS */
.color-1 {
color: #6fd8e2;
}
.color-2 {
color: #a2e2e1;
}
.color-3 {
color: #e4f1f1;
}
.color-4 {
color: #f9b4b4;
}
.color-5 {
color: #f76969;
}

/* CSS Variables */
:root {
--color-1: #6fd8e2;
--color-2: #a2e2e1;
--color-3: #e4f1f1;
--color-4: #f9b4b4;
--color-5: #f76969;
}

Serene Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fd8e2, #a2e2e1, #e4f1f1, #f9b4b4, #f76969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fd8e2, #a2e2e1, #e4f1f1, #f9b4b4, #f76969);
}

Serene Ocean Breeze color palette created on .