Serene Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Twilight palette

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

Serene Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #d4e4f7;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #65a3d2;
}
.color-4 {
color: #2e7c9e;
}
.color-5 {
color: #1c516d;
}

/* CSS Variables */
:root {
--color-1: #d4e4f7;
--color-2: #a2c7e7;
--color-3: #65a3d2;
--color-4: #2e7c9e;
--color-5: #1c516d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e4f7, #a2c7e7, #65a3d2, #2e7c9e, #1c516d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e4f7, #a2c7e7, #65a3d2, #2e7c9e, #1c516d);
}

Serene Twilight color palette created on .