Winter Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter Blossom palette

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

Winter Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b9a3;
}
.color-2 {
color: #f8c8a0;
}
.color-3 {
color: #f5d06b;
}
.color-4 {
color: #a3e0b5;
}
.color-5 {
color: #6ab6e2;
}

/* CSS Variables */
:root {
--color-1: #f5b9a3;
--color-2: #f8c8a0;
--color-3: #f5d06b;
--color-4: #a3e0b5;
--color-5: #6ab6e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b9a3, #f8c8a0, #f5d06b, #a3e0b5, #6ab6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b9a3, #f8c8a0, #f5d06b, #a3e0b5, #6ab6e2);
}

Winter Blossom color palette created on .