Ethereal Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Elegance palette

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

Ethereal Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #c6a27b;
}
.color-2 {
color: #d9b79b;
}
.color-3 {
color: #f5deb8;
}
.color-4 {
color: #f7c7b1;
}
.color-5 {
color: #e7a2b1;
}

/* CSS Variables */
:root {
--color-1: #c6a27b;
--color-2: #d9b79b;
--color-3: #f5deb8;
--color-4: #f7c7b1;
--color-5: #e7a2b1;
}

Ethereal Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6a27b, #d9b79b, #f5deb8, #f7c7b1, #e7a2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6a27b, #d9b79b, #f5deb8, #f7c7b1, #e7a2b1);
}

Ethereal Elegance color palette created on .