Shadowed Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shadowed Serenity palette

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

Shadowed Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1e28;
}
.color-2 {
color: #3b4a87;
}
.color-3 {
color: #5f809b;
}
.color-4 {
color: #b9c3d0;
}
.color-5 {
color: #e6c398;
}

/* CSS Variables */
:root {
--color-1: #1a1e28;
--color-2: #3b4a87;
--color-3: #5f809b;
--color-4: #b9c3d0;
--color-5: #e6c398;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e28, #3b4a87, #5f809b, #b9c3d0, #e6c398);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e28, #3b4a87, #5f809b, #b9c3d0, #e6c398);
}

Shadowed Serenity color palette created on .