Mediterranean Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mediterranean Breeze palette
Mediterranean Breeze color palette CSS
/* CSS */
.color-1 {
color: #0095a8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #5dda89;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #f6c84c;
}
/* CSS Variables */
:root {
--color-1: #0095a8;
--color-2: #00b3aa;
--color-3: #5dda89;
--color-4: #a3d55d;
--color-5: #f6c84c;
}
Mediterranean Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095a8, #00b3aa, #5dda89, #a3d55d, #f6c84c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095a8, #00b3aa, #5dda89, #a3d55d, #f6c84c);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Mediterranean Breeze color palette created on .