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