Flame Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Flame Blue palette

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

Flame Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #db5c39;
}
.color-2 {
color: #f5a35b;
}
.color-3 {
color: #f6c5a7;
}
.color-4 {
color: #d2e2f9;
}
.color-5 {
color: #4a7eba;
}

/* CSS Variables */
:root {
--color-1: #db5c39;
--color-2: #f5a35b;
--color-3: #f6c5a7;
--color-4: #d2e2f9;
--color-5: #4a7eba;
}

Flame Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db5c39, #f5a35b, #f6c5a7, #d2e2f9, #4a7eba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db5c39, #f5a35b, #f6c5a7, #d2e2f9, #4a7eba);
}

Flame Blue color palette created on .