Synthwave Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Synthwave Serenade palette

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

Synthwave Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #3d94e6;
}
.color-2 {
color: #6ea4e2;
}
.color-3 {
color: #a3c8e1;
}
.color-4 {
color: #f1b1d8;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #3d94e6;
--color-2: #6ea4e2;
--color-3: #a3c8e1;
--color-4: #f1b1d8;
--color-5: #ff7092;
}

Synthwave Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d94e6, #6ea4e2, #a3c8e1, #f1b1d8, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d94e6, #6ea4e2, #a3c8e1, #f1b1d8, #ff7092);
}

Synthwave Serenade color palette created on .