Red Holiday カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Holiday palette

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

Red Holiday カラーパレット CSS

/* CSS */
.color-1 {
color: #b3002d;
}
.color-2 {
color: #d85b3b;
}
.color-3 {
color: #e79e4b;
}
.color-4 {
color: #f8e9aa;
}
.color-5 {
color: #c5d5e2;
}

/* CSS Variables */
:root {
--color-1: #b3002d;
--color-2: #d85b3b;
--color-3: #e79e4b;
--color-4: #f8e9aa;
--color-5: #c5d5e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3002d, #d85b3b, #e79e4b, #f8e9aa, #c5d5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3002d, #d85b3b, #e79e4b, #f8e9aa, #c5d5e2);
}

Red Holiday color palette created on .