Automated Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Automated Elegance palette

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

Automated Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #dbd8e8;
}
.color-2 {
color: #a3c8ff;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #0076d1;
}
.color-5 {
color: #003c70;
}

/* CSS Variables */
:root {
--color-1: #dbd8e8;
--color-2: #a3c8ff;
--color-3: #4b91e2;
--color-4: #0076d1;
--color-5: #003c70;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbd8e8, #a3c8ff, #4b91e2, #0076d1, #003c70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbd8e8, #a3c8ff, #4b91e2, #0076d1, #003c70);
}

Automated Elegance color palette created on .