Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c543;
}
.color-2 {
color: #e8463b;
}
.color-3 {
color: #3b6c8c;
}
.color-4 {
color: #f9c3cc;
}
.color-5 {
color: #f4e2d7;
}

/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #e8463b;
--color-3: #3b6c8c;
--color-4: #f9c3cc;
--color-5: #f4e2d7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #e8463b, #3b6c8c, #f9c3cc, #f4e2d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #e8463b, #3b6c8c, #f9c3cc, #f4e2d7);
}

Shades of Red color palette created on .