Mediterranean Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mediterranean Glow palette

Share this palette to:

Mediterranean Glow color palette CSS

/* CSS */
.color-1 {
color: #ecd7c6;
}
.color-2 {
color: #e0c4bd;
}
.color-3 {
color: #d3bab1;
}
.color-4 {
color: #cab0a5;
}
.color-5 {
color: #bca49a;
}

/* CSS Variables */
:root {
--color-1: #ecd7c6;
--color-2: #e0c4bd;
--color-3: #d3bab1;
--color-4: #cab0a5;
--color-5: #bca49a;
}

Mediterranean Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecd7c6, #e0c4bd, #d3bab1, #cab0a5, #bca49a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecd7c6, #e0c4bd, #d3bab1, #cab0a5, #bca49a);
}

Mediterranean Glow color palette created on .