Serene Sunset Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Sunset Hues palette

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

Serene Sunset Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #f7aaa1;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #fce7b0;
}
.color-4 {
color: #a1dff7;
}
.color-5 {
color: #a2e6da;
}

/* CSS Variables */
:root {
--color-1: #f7aaa1;
--color-2: #f8caa5;
--color-3: #fce7b0;
--color-4: #a1dff7;
--color-5: #a2e6da;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7aaa1, #f8caa5, #fce7b0, #a1dff7, #a2e6da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7aaa1, #f8caa5, #fce7b0, #a1dff7, #a2e6da);
}

Serene Sunset Hues color palette created on .