Sonnets of Autumn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sonnets of Autumn palette

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

Sonnets of Autumn カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d1ac5c;
}
.color-3 {
color: #b6663e;
}
.color-4 {
color: #7b2d30;
}
.color-5 {
color: #3b1c30;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d1ac5c;
--color-3: #b6663e;
--color-4: #7b2d30;
--color-5: #3b1c30;
}

Sonnets of Autumn の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d1ac5c, #b6663e, #7b2d30, #3b1c30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d1ac5c, #b6663e, #7b2d30, #3b1c30);
}

Sonnets of Autumn color palette created on .