Spiced Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Spiced Sunset palette

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

Spiced Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #e34435;
}
.color-2 {
color: #d75c28;
}
.color-3 {
color: #f48225;
}
.color-4 {
color: #f6a337;
}
.color-5 {
color: #f6d70e;
}

/* CSS Variables */
:root {
--color-1: #e34435;
--color-2: #d75c28;
--color-3: #f48225;
--color-4: #f6a337;
--color-5: #f6d70e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e34435, #d75c28, #f48225, #f6a337, #f6d70e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e34435, #d75c28, #f48225, #f6a337, #f6d70e);
}

Spiced Sunset color palette created on .