Sylvester's Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sylvester's Sunset Serenade palette

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

Sylvester's Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ffc3a3;
}
.color-2 {
color: #ff837a;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d45e89;
}
.color-5 {
color: #690571;
}

/* CSS Variables */
:root {
--color-1: #ffc3a3;
--color-2: #ff837a;
--color-3: #ff6e61;
--color-4: #d45e89;
--color-5: #690571;
}

Sylvester's Sunset Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc3a3, #ff837a, #ff6e61, #d45e89, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc3a3, #ff837a, #ff6e61, #d45e89, #690571);
}

Sylvester's Sunset Serenade color palette created on .