Winter Fruits カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter Fruits palette

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

Winter Fruits カラーパレット CSS

/* CSS */
.color-1 {
color: #a8001c;
}
.color-2 {
color: #d15c89;
}
.color-3 {
color: #f7a6b7;
}
.color-4 {
color: #f8d86d;
}
.color-5 {
color: #6b8f24;
}

/* CSS Variables */
:root {
--color-1: #a8001c;
--color-2: #d15c89;
--color-3: #f7a6b7;
--color-4: #f8d86d;
--color-5: #6b8f24;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8001c, #d15c89, #f7a6b7, #f8d86d, #6b8f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8001c, #d15c89, #f7a6b7, #f8d86d, #6b8f24);
}

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

Winter Fruits color palette created on .