"Twilight Embrace" カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with "Twilight Embrace" palette

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

"Twilight Embrace" カラーパレット CSS

/* CSS */
.color-1 {
color: #ecc47e;
}
.color-2 {
color: #a6604e;
}
.color-3 {
color: #0961ae;
}
.color-4 {
color: #513357;
}
.color-5 {
color: #06407f;
}

/* CSS Variables */
:root {
--color-1: #ecc47e;
--color-2: #a6604e;
--color-3: #0961ae;
--color-4: #513357;
--color-5: #06407f;
}

"Twilight Embrace" の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecc47e, #a6604e, #0961ae, #513357, #06407f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecc47e, #a6604e, #0961ae, #513357, #06407f);
}

"Twilight Embrace" color palette created on .