Sunset Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Elegance palette

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

Sunset Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8cab4;
}
.color-3 {
color: #e6a2d3;
}
.color-4 {
color: #b1e0e7;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8cab4;
--color-3: #e6a2d3;
--color-4: #b1e0e7;
--color-5: #f4a462;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8cab4, #e6a2d3, #b1e0e7, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8cab4, #e6a2d3, #b1e0e7, #f4a462);
}

Sunset Elegance color palette created on .