Solitude's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Solitude's Embrace palette

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

Solitude's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #b1c6d8;
}
.color-2 {
color: #d0e2e7;
}
.color-3 {
color: #f4f1e6;
}
.color-4 {
color: #f2c0c0;
}
.color-5 {
color: #e3a1a1;
}

/* CSS Variables */
:root {
--color-1: #b1c6d8;
--color-2: #d0e2e7;
--color-3: #f4f1e6;
--color-4: #f2c0c0;
--color-5: #e3a1a1;
}

Solitude's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c6d8, #d0e2e7, #f4f1e6, #f2c0c0, #e3a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c6d8, #d0e2e7, #f4f1e6, #f2c0c0, #e3a1a1);
}

Solitude's Embrace color palette created on .