Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #ff3c00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffc105;
}
.color-4 {
color: #ffea00;
}
.color-5 {
color: #d60000;
}

/* CSS Variables */
:root {
--color-1: #ff3c00;
--color-2: #ffb300;
--color-3: #ffc105;
--color-4: #ffea00;
--color-5: #d60000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3c00, #ffb300, #ffc105, #ffea00, #d60000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3c00, #ffb300, #ffc105, #ffea00, #d60000);
}

Shades of Red color palette created on .