Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #db3e39;
}
.color-2 {
color: #dda027;
}
.color-3 {
color: #7aab36;
}
.color-4 {
color: #2a9367;
}
.color-5 {
color: #325b76;
}

/* CSS Variables */
:root {
--color-1: #db3e39;
--color-2: #dda027;
--color-3: #7aab36;
--color-4: #2a9367;
--color-5: #325b76;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db3e39, #dda027, #7aab36, #2a9367, #325b76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db3e39, #dda027, #7aab36, #2a9367, #325b76);
}

Shades of Red color palette created on .