Siren's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Siren's Embrace palette

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

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

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9c66;
}
.color-3 {
color: #ffcc7a;
}
.color-4 {
color: #ffe3b3;
}
.color-5 {
color: #ffebee;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9c66;
--color-3: #ffcc7a;
--color-4: #ffe3b3;
--color-5: #ffebee;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9c66, #ffcc7a, #ffe3b3, #ffebee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9c66, #ffcc7a, #ffe3b3, #ffebee);
}

Siren's Embrace color palette created on .