Pastel Spring Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Spring Serenade palette

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

Pastel Spring Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a7d5;
}
.color-2 {
color: #f3c8af;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #a6d9d1;
}
.color-5 {
color: #a7d3e2;
}

/* CSS Variables */
:root {
--color-1: #f6a7d5;
--color-2: #f3c8af;
--color-3: #f4e1a4;
--color-4: #a6d9d1;
--color-5: #a7d3e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7d5, #f3c8af, #f4e1a4, #a6d9d1, #a7d3e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7d5, #f3c8af, #f4e1a4, #a6d9d1, #a7d3e2);
}

Pastel Spring Serenade color palette created on .