Maltese Serenade Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Maltese Serenade palette
tavolozza dei colori Maltese Serenade CSS
/* CSS */
.color-1 {
color: #f0ba4c;
}
.color-2 {
color: #eab053;
}
.color-3 {
color: #d57e6d;
}
.color-4 {
color: #aa4b8f;
}
.color-5 {
color: #6b2c9b;
}
/* CSS Variables */
:root {
--color-1: #f0ba4c;
--color-2: #eab053;
--color-3: #d57e6d;
--color-4: #aa4b8f;
--color-5: #6b2c9b;
}
CSS con gradiente di sfondo Maltese Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ba4c, #eab053, #d57e6d, #aa4b8f, #6b2c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ba4c, #eab053, #d57e6d, #aa4b8f, #6b2c9b);
}
Tavolozze di colori simili
Maltese Serenade color palette created on .