Sunset Mane カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Mane palette

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

Sunset Mane カラーパレット CSS

/* CSS */
.color-1 {
color: #d9a74a;
}
.color-2 {
color: #e2b86f;
}
.color-3 {
color: #f6c27e;
}
.color-4 {
color: #f2b2b0;
}
.color-5 {
color: #da6c8d;
}

/* CSS Variables */
:root {
--color-1: #d9a74a;
--color-2: #e2b86f;
--color-3: #f6c27e;
--color-4: #f2b2b0;
--color-5: #da6c8d;
}

Sunset Mane の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a74a, #e2b86f, #f6c27e, #f2b2b0, #da6c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a74a, #e2b86f, #f6c27e, #f2b2b0, #da6c8d);
}

Sunset Mane color palette created on .