Serenade in Pastels カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenade in Pastels palette

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

Serenade in Pastels カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b7dff1;
}
.color-3 {
color: #d3f1f3;
}
.color-4 {
color: #f1d0e0;
}
.color-5 {
color: #f7c5d5;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b7dff1;
--color-3: #d3f1f3;
--color-4: #f1d0e0;
--color-5: #f7c5d5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b7dff1, #d3f1f3, #f1d0e0, #f7c5d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b7dff1, #d3f1f3, #f1d0e0, #f7c5d5);
}

Serenade in Pastels color palette created on .