Maltese Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Maltese Serenade palette

このパレットを共有する先:

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;
}

Maltese Serenade の背景のグラデーション CSS

/* 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);
}

Maltese Serenade color palette created on .