Red Volcano カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Volcano palette

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

Red Volcano カラーパレット CSS

/* CSS */
.color-1 {
color: #b23b2e;
}
.color-2 {
color: #d74e3c;
}
.color-3 {
color: #ec7a41;
}
.color-4 {
color: #f4c24e;
}
.color-5 {
color: #f8ea8b;
}

/* CSS Variables */
:root {
--color-1: #b23b2e;
--color-2: #d74e3c;
--color-3: #ec7a41;
--color-4: #f4c24e;
--color-5: #f8ea8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b23b2e, #d74e3c, #ec7a41, #f4c24e, #f8ea8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b23b2e, #d74e3c, #ec7a41, #f4c24e, #f8ea8b);
}

Red Volcano color palette created on .