Shades of Yellow and Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow and Red palette

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

Shades of Yellow and Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f7d74b;
}
.color-2 {
color: #eb892d;
}
.color-3 {
color: #da4b2b;
}
.color-4 {
color: #a22a2a;
}
.color-5 {
color: #501b1b;
}

/* CSS Variables */
:root {
--color-1: #f7d74b;
--color-2: #eb892d;
--color-3: #da4b2b;
--color-4: #a22a2a;
--color-5: #501b1b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d74b, #eb892d, #da4b2b, #a22a2a, #501b1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d74b, #eb892d, #da4b2b, #a22a2a, #501b1b);
}

Shades of Yellow and Red color palette created on .