Muted Sunsets カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Sunsets palette

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

Muted Sunsets カラーパレット CSS

/* CSS */
.color-1 {
color: #d5c95d;
}
.color-2 {
color: #b59bc5;
}
.color-3 {
color: #9a7e9a;
}
.color-4 {
color: #e5d161;
}
.color-5 {
color: #a4709b;
}

/* CSS Variables */
:root {
--color-1: #d5c95d;
--color-2: #b59bc5;
--color-3: #9a7e9a;
--color-4: #e5d161;
--color-5: #a4709b;
}

Muted Sunsets の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c95d, #b59bc5, #9a7e9a, #e5d161, #a4709b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c95d, #b59bc5, #9a7e9a, #e5d161, #a4709b);
}

Muted Sunsets color palette created on .