Zippered Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Zippered Serenity palette

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

Zippered Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #3c6e8b;
}
.color-2 {
color: #5ea7b5;
}
.color-3 {
color: #b2e1e0;
}
.color-4 {
color: #f3cab4;
}
.color-5 {
color: #f57e00;
}

/* CSS Variables */
:root {
--color-1: #3c6e8b;
--color-2: #5ea7b5;
--color-3: #b2e1e0;
--color-4: #f3cab4;
--color-5: #f57e00;
}

Zippered Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c6e8b, #5ea7b5, #b2e1e0, #f3cab4, #f57e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c6e8b, #5ea7b5, #b2e1e0, #f3cab4, #f57e00);
}

Zippered Serenity color palette created on .