Mediterranean Mirage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mediterranean Mirage palette
Mediterranean Mirage color palette CSS
/* CSS */
.color-1 {
color: #4bbae2;
}
.color-2 {
color: #5fd3c2;
}
.color-3 {
color: #f2e44a;
}
.color-4 {
color: #f8a94f;
}
.color-5 {
color: #e86b4f;
}
/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #5fd3c2;
--color-3: #f2e44a;
--color-4: #f8a94f;
--color-5: #e86b4f;
}
Mediterranean Mirage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #5fd3c2, #f2e44a, #f8a94f, #e86b4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #5fd3c2, #f2e44a, #f8a94f, #e86b4f);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Mediterranean Mirage color palette created on .