Belarusian Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Belarusian Bliss palette

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

Belarusian Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8c8;
}
.color-2 {
color: #f1d2b6;
}
.color-3 {
color: #f2e2a1;
}
.color-4 {
color: #a2d5d7;
}
.color-5 {
color: #3c8b79;
}

/* CSS Variables */
:root {
--color-1: #eab8c8;
--color-2: #f1d2b6;
--color-3: #f2e2a1;
--color-4: #a2d5d7;
--color-5: #3c8b79;
}

Belarusian Bliss の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8c8, #f1d2b6, #f2e2a1, #a2d5d7, #3c8b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8c8, #f1d2b6, #f2e2a1, #a2d5d7, #3c8b79);
}

Belarusian Bliss color palette created on .