Whimsical Ocean Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Ocean Breeze palette
Whimsical Ocean Breeze color palette CSS
/* CSS */
.color-1 {
color: #fceaca;
}
.color-2 {
color: #bdfafa;
}
.color-3 {
color: #b9e2e4;
}
.color-4 {
color: #f3afc0;
}
.color-5 {
color: #30c9e8;
}
/* CSS Variables */
:root {
--color-1: #fceaca;
--color-2: #bdfafa;
--color-3: #b9e2e4;
--color-4: #f3afc0;
--color-5: #30c9e8;
}
Whimsical Ocean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fceaca, #bdfafa, #b9e2e4, #f3afc0, #30c9e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fceaca, #bdfafa, #b9e2e4, #f3afc0, #30c9e8);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Whimsical Ocean Breeze color palette created on .