Mediterranean Mirage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mediterranean Mirage palette

Share this palette to:

Mediterranean Mirage color palette CSS

/* CSS */
.color-1 {
color: #3c94b4;
}
.color-2 {
color: #a3d9e1;
}
.color-3 {
color: #f3ba58;
}
.color-4 {
color: #fbad89;
}
.color-5 {
color: #e84f3b;
}

/* CSS Variables */
:root {
--color-1: #3c94b4;
--color-2: #a3d9e1;
--color-3: #f3ba58;
--color-4: #fbad89;
--color-5: #e84f3b;
}

Mediterranean Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c94b4, #a3d9e1, #f3ba58, #fbad89, #e84f3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c94b4, #a3d9e1, #f3ba58, #fbad89, #e84f3b);
}

Mediterranean Mirage color palette created on .