Serene Sunset Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Sunset Glow palette

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

Serene Sunset Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #4c509a;
}
.color-2 {
color: #8a9dc1;
}
.color-3 {
color: #c2e0e5;
}
.color-4 {
color: #f6a7b3;
}
.color-5 {
color: #ff8052;
}

/* CSS Variables */
:root {
--color-1: #4c509a;
--color-2: #8a9dc1;
--color-3: #c2e0e5;
--color-4: #f6a7b3;
--color-5: #ff8052;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c509a, #8a9dc1, #c2e0e5, #f6a7b3, #ff8052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c509a, #8a9dc1, #c2e0e5, #f6a7b3, #ff8052);
}

Serene Sunset Glow color palette created on .