Sun Set カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sun Set palette

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

Sun Set カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f8b849;
}
.color-3 {
color: #fbcf89;
}
.color-4 {
color: #f5b1a3;
}
.color-5 {
color: #e07b38;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f8b849;
--color-3: #fbcf89;
--color-4: #f5b1a3;
--color-5: #e07b38;
}

Sun Set の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f8b849, #fbcf89, #f5b1a3, #e07b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f8b849, #fbcf89, #f5b1a3, #e07b38);
}

Sun Set color palette created on .