Twilight Seafoam Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Twilight Seafoam Dream palette

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

Twilight Seafoam Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #7e509b;
}
.color-2 {
color: #9e63b6;
}
.color-3 {
color: #d8a6d1;
}
.color-4 {
color: #f4c8e1;
}
.color-5 {
color: #faebf5;
}

/* CSS Variables */
:root {
--color-1: #7e509b;
--color-2: #9e63b6;
--color-3: #d8a6d1;
--color-4: #f4c8e1;
--color-5: #faebf5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e509b, #9e63b6, #d8a6d1, #f4c8e1, #faebf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e509b, #9e63b6, #d8a6d1, #f4c8e1, #faebf5);
}

Twilight Seafoam Dream color palette created on .