Autumn Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Reverie palette

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

Autumn Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a85a;
}
.color-2 {
color: #e36b4a;
}
.color-3 {
color: #d05d7a;
}
.color-4 {
color: #a87abd;
}
.color-5 {
color: #5b809f;
}

/* CSS Variables */
:root {
--color-1: #f6a85a;
--color-2: #e36b4a;
--color-3: #d05d7a;
--color-4: #a87abd;
--color-5: #5b809f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a85a, #e36b4a, #d05d7a, #a87abd, #5b809f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a85a, #e36b4a, #d05d7a, #a87abd, #5b809f);
}

Autumn Reverie color palette created on .