Vibrant Twilight Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Twilight Serenade palette

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

Vibrant Twilight Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ffea47;
}
.color-2 {
color: #fe6cba;
}
.color-3 {
color: #982a63;
}
.color-4 {
color: #000080;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #ffea47;
--color-2: #fe6cba;
--color-3: #982a63;
--color-4: #000080;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffea47, #fe6cba, #982a63, #000080, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffea47, #fe6cba, #982a63, #000080, #000000);
}

Vibrant Twilight Serenade color palette created on .