Whimsical Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Serenade palette

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

Whimsical Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f1a7b1;
}
.color-3 {
color: #d77f83;
}
.color-4 {
color: #a69bb0;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f1a7b1;
--color-3: #d77f83;
--color-4: #a69bb0;
--color-5: #a3c7e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f1a7b1, #d77f83, #a69bb0, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f1a7b1, #d77f83, #a69bb0, #a3c7e0);
}

Whimsical Serenade color palette created on .