Amber Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Amber Sunset palette

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

Amber Sunset カラーパレット (PNG) をダウンロード

Download amber sunset color palette PNG image (landscape)
Download amber sunset color palette PNG image (square)

Amber Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ffbf00;
}
.color-2 {
color: #ff9d00;
}
.color-3 {
color: #ff7b00;
}
.color-4 {
color: #ff5500;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #ffbf00;
--color-2: #ff9d00;
--color-3: #ff7b00;
--color-4: #ff5500;
--color-5: #ff3c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbf00, #ff9d00, #ff7b00, #ff5500, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbf00, #ff9d00, #ff7b00, #ff5500, #ff3c00);
}

Amber Sunset color palette created on .