Elegant Aesthetic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elegant Aesthetic palette

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

Elegant Aesthetic カラー パレット PNG 画像

Download elegant aesthetic color palette PNG image (landscape)
Download elegant aesthetic color palette PNG image (square)

Elegant Aesthetic カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #d5a26d;
}
.color-3 {
color: #ae8b56;
}
.color-4 {
color: #7f6c48;
}
.color-5 {
color: #4a4c3d;
}

/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #d5a26d;
--color-3: #ae8b56;
--color-4: #7f6c48;
--color-5: #4a4c3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #d5a26d, #ae8b56, #7f6c48, #4a4c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #d5a26d, #ae8b56, #7f6c48, #4a4c3d);
}

Elegant Aesthetic color palette created on .