Warm Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Red palette

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

Warm Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f8d849;
}
.color-2 {
color: #f6a746;
}
.color-3 {
color: #f2854a;
}
.color-4 {
color: #d76d3c;
}
.color-5 {
color: #b05457;
}

/* CSS Variables */
:root {
--color-1: #f8d849;
--color-2: #f6a746;
--color-3: #f2854a;
--color-4: #d76d3c;
--color-5: #b05457;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d849, #f6a746, #f2854a, #d76d3c, #b05457);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d849, #f6a746, #f2854a, #d76d3c, #b05457);
}

Warm Red color palette created on .