Sonia's Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sonia's Serenade palette

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

Sonia's Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fec5a9;
}
.color-2 {
color: #fee59f;
}
.color-3 {
color: #f4eacd;
}
.color-4 {
color: #ee729b;
}
.color-5 {
color: #f0adba;
}

/* CSS Variables */
:root {
--color-1: #fec5a9;
--color-2: #fee59f;
--color-3: #f4eacd;
--color-4: #ee729b;
--color-5: #f0adba;
}

Sonia's Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fec5a9, #fee59f, #f4eacd, #ee729b, #f0adba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fec5a9, #fee59f, #f4eacd, #ee729b, #f0adba);
}

Sonia's Serenade color palette created on .