Dragon's Breath カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dragon's Breath palette

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

Dragon's Breath カラーパレット CSS

/* CSS */
.color-1 {
color: #c94f4a;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #4a7cba;
}
.color-4 {
color: #1f3d34;
}
.color-5 {
color: #b0e57b;
}

/* CSS Variables */
:root {
--color-1: #c94f4a;
--color-2: #f0a800;
--color-3: #4a7cba;
--color-4: #1f3d34;
--color-5: #b0e57b;
}

Dragon's Breath の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94f4a, #f0a800, #4a7cba, #1f3d34, #b0e57b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94f4a, #f0a800, #4a7cba, #1f3d34, #b0e57b);
}

Dragon's Breath color palette created on .