Twilight Waters カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Waters palette

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

Twilight Waters カラーパレット CSS

/* CSS */
.color-1 {
color: #3f5d8d;
}
.color-2 {
color: #55a0c3;
}
.color-3 {
color: #80dbd7;
}
.color-4 {
color: #b2f1b1;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #3f5d8d;
--color-2: #55a0c3;
--color-3: #80dbd7;
--color-4: #b2f1b1;
--color-5: #f5c400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f5d8d, #55a0c3, #80dbd7, #b2f1b1, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f5d8d, #55a0c3, #80dbd7, #b2f1b1, #f5c400);
}

Twilight Waters color palette created on .