Dragon Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dragon Red palette

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

Dragon Red カラーパレット CSS

/* CSS */
.color-1 {
color: #d74f19;
}
.color-2 {
color: #a14f3a;
}
.color-3 {
color: #6a3e4c;
}
.color-4 {
color: #4c2b6e;
}
.color-5 {
color: #2c4b9b;
}

/* CSS Variables */
:root {
--color-1: #d74f19;
--color-2: #a14f3a;
--color-3: #6a3e4c;
--color-4: #4c2b6e;
--color-5: #2c4b9b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d74f19, #a14f3a, #6a3e4c, #4c2b6e, #2c4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d74f19, #a14f3a, #6a3e4c, #4c2b6e, #2c4b9b);
}

Dragon Red color palette created on .