Elegant Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elegant Embrace palette

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

Elegant Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #a9907e;
}
.color-2 {
color: #bf8f7d;
}
.color-3 {
color: #d6b57a;
}
.color-4 {
color: #e6c4a8;
}
.color-5 {
color: #e4a4a0;
}

/* CSS Variables */
:root {
--color-1: #a9907e;
--color-2: #bf8f7d;
--color-3: #d6b57a;
--color-4: #e6c4a8;
--color-5: #e4a4a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9907e, #bf8f7d, #d6b57a, #e6c4a8, #e4a4a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9907e, #bf8f7d, #d6b57a, #e6c4a8, #e4a4a0);
}

Elegant Embrace color palette created on .