Rusty Dragon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rusty Dragon palette

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

Rusty Dragon カラーパレット CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #8b5c4b;
}
.color-3 {
color: #c25c3d;
}
.color-4 {
color: #d8a56e;
}
.color-5 {
color: #f1e0b1;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #8b5c4b;
--color-3: #c25c3d;
--color-4: #d8a56e;
--color-5: #f1e0b1;
}

Rusty Dragon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #8b5c4b, #c25c3d, #d8a56e, #f1e0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #8b5c4b, #c25c3d, #d8a56e, #f1e0b1);
}

Rusty Dragon color palette created on .