Mediterranean Glow Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Mediterranean Glow palette
tavolozza dei colori Mediterranean Glow CSS
/* CSS */
.color-1 {
color: #e5c59f;
}
.color-2 {
color: #d4a78c;
}
.color-3 {
color: #c59c7c;
}
.color-4 {
color: #b78e6c;
}
.color-5 {
color: #a07c5a;
}
/* CSS Variables */
:root {
--color-1: #e5c59f;
--color-2: #d4a78c;
--color-3: #c59c7c;
--color-4: #b78e6c;
--color-5: #a07c5a;
}
CSS con gradiente di sfondo Mediterranean Glow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c59f, #d4a78c, #c59c7c, #b78e6c, #a07c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c59f, #d4a78c, #c59c7c, #b78e6c, #a07c5a);
}
Tavolozze di colori simili
Mediterranean Glow color palette created on .