Amber Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Amber Serenity palette

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

Amber Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d267;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #e68a00;
}
.color-4 {
color: #bd5b00;
}
.color-5 {
color: #7a3d00;
}

/* CSS Variables */
:root {
--color-1: #f9d267;
--color-2: #f5a300;
--color-3: #e68a00;
--color-4: #bd5b00;
--color-5: #7a3d00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d267, #f5a300, #e68a00, #bd5b00, #7a3d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d267, #f5a300, #e68a00, #bd5b00, #7a3d00);
}

Amber Serenity color palette created on .