Siren's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Siren's Embrace palette

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

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

/* CSS */
.color-1 {
color: #5f5260;
}
.color-2 {
color: #5d5f5d;
}
.color-3 {
color: #637472;
}
.color-4 {
color: #466fa4;
}
.color-5 {
color: #4169a4;
}

/* CSS Variables */
:root {
--color-1: #5f5260;
--color-2: #5d5f5d;
--color-3: #637472;
--color-4: #466fa4;
--color-5: #4169a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f5260, #5d5f5d, #637472, #466fa4, #4169a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f5260, #5d5f5d, #637472, #466fa4, #4169a4);
}

Siren's Embrace color palette created on .