Amber Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Amber Sunshine palette

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

Amber Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e6a7;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f69e23;
}
.color-4 {
color: #e97b20;
}
.color-5 {
color: #cf5b20;
}

/* CSS Variables */
:root {
--color-1: #f6e6a7;
--color-2: #f6b83c;
--color-3: #f69e23;
--color-4: #e97b20;
--color-5: #cf5b20;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6a7, #f6b83c, #f69e23, #e97b20, #cf5b20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6a7, #f6b83c, #f69e23, #e97b20, #cf5b20);
}

Amber Sunshine color palette created on .