Warm Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Red palette

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

Warm Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f3b9a0;
}
.color-2 {
color: #f2a87d;
}
.color-3 {
color: #f3a158;
}
.color-4 {
color: #f27e40;
}
.color-5 {
color: #d64b29;
}

/* CSS Variables */
:root {
--color-1: #f3b9a0;
--color-2: #f2a87d;
--color-3: #f3a158;
--color-4: #f27e40;
--color-5: #d64b29;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b9a0, #f2a87d, #f3a158, #f27e40, #d64b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b9a0, #f2a87d, #f3a158, #f27e40, #d64b29);
}

Warm Red color palette created on .