Sunset Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Orange palette

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

Sunset Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #ffeb85;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f1c84b;
--color-3: #ffeb85;
--color-4: #ff6d1f;
--color-5: #e74d3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f1c84b, #ffeb85, #ff6d1f, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f1c84b, #ffeb85, #ff6d1f, #e74d3c);
}

Sunset Orange color palette created on .