Red Winter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Winter palette

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

Red Winter カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffb8c1;
}
.color-3 {
color: #ff6347;
}
.color-4 {
color: #b42222;
}
.color-5 {
color: #a62b2b;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffb8c1;
--color-3: #ff6347;
--color-4: #b42222;
--color-5: #a62b2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffb8c1, #ff6347, #b42222, #a62b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffb8c1, #ff6347, #b42222, #a62b2b);
}

似たようなカラーパレット

Red Winter color palette created on .