Christmas Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Christmas Red palette

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

Christmas Red カラーパレット CSS

/* CSS */
.color-1 {
color: #b83d3d;
}
.color-2 {
color: #f1a94b;
}
.color-3 {
color: #6ea03b;
}
.color-4 {
color: #2e3f52;
}
.color-5 {
color: #f3f4f6;
}

/* CSS Variables */
:root {
--color-1: #b83d3d;
--color-2: #f1a94b;
--color-3: #6ea03b;
--color-4: #2e3f52;
--color-5: #f3f4f6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b83d3d, #f1a94b, #6ea03b, #2e3f52, #f3f4f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b83d3d, #f1a94b, #6ea03b, #2e3f52, #f3f4f6);
}

Christmas Red color palette created on .