Serene Sunsets カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Sunsets palette

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

Serene Sunsets カラーパレット CSS

/* CSS */
.color-1 {
color: #482b50;
}
.color-2 {
color: #b19d72;
}
.color-3 {
color: #c1bc86;
}
.color-4 {
color: #7aae9b;
}
.color-5 {
color: #8c546d;
}

/* CSS Variables */
:root {
--color-1: #482b50;
--color-2: #b19d72;
--color-3: #c1bc86;
--color-4: #7aae9b;
--color-5: #8c546d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #482b50, #b19d72, #c1bc86, #7aae9b, #8c546d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #482b50, #b19d72, #c1bc86, #7aae9b, #8c546d);
}

Serene Sunsets color palette created on .