Red Dragon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red Dragon palette
Red Dragon カラーパレット CSS
/* CSS */
.color-1 {
color: #b93c3c;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #f2b036;
}
.color-4 {
color: #a6d279;
}
.color-5 {
color: #4c9eeb;
}
/* CSS Variables */
:root {
--color-1: #b93c3c;
--color-2: #f05a28;
--color-3: #f2b036;
--color-4: #a6d279;
--color-5: #4c9eeb;
}
Red Dragon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b93c3c, #f05a28, #f2b036, #a6d279, #4c9eeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b93c3c, #f05a28, #f2b036, #a6d279, #4c9eeb);
}
似たようなカラーパレット
Red Dragon color palette created on .