Serene Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Sunset palette

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

Serene Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f2b1b1;
}
.color-3 {
color: #f5e69e;
}
.color-4 {
color: #efaf67;
}
.color-5 {
color: #d1808d;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f2b1b1;
--color-3: #f5e69e;
--color-4: #efaf67;
--color-5: #d1808d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f2b1b1, #f5e69e, #efaf67, #d1808d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f2b1b1, #f5e69e, #efaf67, #d1808d);
}

Serene Sunset color palette created on .