Amber Brews and Sunlit Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Amber Brews and Sunlit Hues palette

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

Amber Brews and Sunlit Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #d8a369;
}
.color-2 {
color: #a66b3a;
}
.color-3 {
color: #6f4b2f;
}
.color-4 {
color: #c39969;
}
.color-5 {
color: #e2c6b1;
}

/* CSS Variables */
:root {
--color-1: #d8a369;
--color-2: #a66b3a;
--color-3: #6f4b2f;
--color-4: #c39969;
--color-5: #e2c6b1;
}

Amber Brews and Sunlit Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a369, #a66b3a, #6f4b2f, #c39969, #e2c6b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a369, #a66b3a, #6f4b2f, #c39969, #e2c6b1);
}

Amber Brews and Sunlit Hues color palette created on .