Sierra Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sierra Sunset palette

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

Sierra Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f9cb9f;
}
.color-2 {
color: #ebad6b;
}
.color-3 {
color: #d98a4a;
}
.color-4 {
color: #c7693d;
}
.color-5 {
color: #a64c30;
}

/* CSS Variables */
:root {
--color-1: #f9cb9f;
--color-2: #ebad6b;
--color-3: #d98a4a;
--color-4: #c7693d;
--color-5: #a64c30;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9cb9f, #ebad6b, #d98a4a, #c7693d, #a64c30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9cb9f, #ebad6b, #d98a4a, #c7693d, #a64c30);
}

Sierra Sunset color palette created on .