Feathered Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Feathered Sunset palette

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

Feathered Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f5a37a;
}
.color-4 {
color: #f78d55;
}
.color-5 {
color: #f76d3b;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f7b2a1;
--color-3: #f5a37a;
--color-4: #f78d55;
--color-5: #f76d3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f7b2a1, #f5a37a, #f78d55, #f76d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f7b2a1, #f5a37a, #f78d55, #f76d3b);
}

Feathered Sunset color palette created on .