Whimsical Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Serenade palette

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

Whimsical Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #f3e1a0;
}
.color-4 {
color: #b7d7a2;
}
.color-5 {
color: #7cb3c5;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f8caa5;
--color-3: #f3e1a0;
--color-4: #b7d7a2;
--color-5: #7cb3c5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f8caa5, #f3e1a0, #b7d7a2, #7cb3c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f8caa5, #f3e1a0, #b7d7a2, #7cb3c5);
}

Whimsical Serenade color palette created on .