Gilded Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gilded Elegance palette

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

Gilded Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #e6a400;
}
.color-3 {
color: #d89b4b;
}
.color-4 {
color: #a65e9a;
}
.color-5 {
color: #4b2a92;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #e6a400;
--color-3: #d89b4b;
--color-4: #a65e9a;
--color-5: #4b2a92;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #e6a400, #d89b4b, #a65e9a, #4b2a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #e6a400, #d89b4b, #a65e9a, #4b2a92);
}

Gilded Elegance color palette created on .