Amber Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Amber Shades palette

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

Amber Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #d8a85f;
}
.color-2 {
color: #eac090;
}
.color-3 {
color: #f4d69f;
}
.color-4 {
color: #f8e6b4;
}
.color-5 {
color: #e3b59c;
}

/* CSS Variables */
:root {
--color-1: #d8a85f;
--color-2: #eac090;
--color-3: #f4d69f;
--color-4: #f8e6b4;
--color-5: #e3b59c;
}

Amber Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a85f, #eac090, #f4d69f, #f8e6b4, #e3b59c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a85f, #eac090, #f4d69f, #f8e6b4, #e3b59c);
}

Amber Shades color palette created on .