Saffron Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Saffron Sunset palette

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

Saffron Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b769;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #e76e50;
}
.color-4 {
color: #c74938;
}
.color-5 {
color: #a83a2e;
}

/* CSS Variables */
:root {
--color-1: #f7b769;
--color-2: #f4a462;
--color-3: #e76e50;
--color-4: #c74938;
--color-5: #a83a2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b769, #f4a462, #e76e50, #c74938, #a83a2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b769, #f4a462, #e76e50, #c74938, #a83a2e);
}

Saffron Sunset color palette created on .