Soft Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Serenade palette

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

Soft Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f2d4c4;
}
.color-3 {
color: #f5edb2;
}
.color-4 {
color: #a7d2b8;
}
.color-5 {
color: #6b9bc2;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f2d4c4;
--color-3: #f5edb2;
--color-4: #a7d2b8;
--color-5: #6b9bc2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f2d4c4, #f5edb2, #a7d2b8, #6b9bc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f2d4c4, #f5edb2, #a7d2b8, #6b9bc2);
}

Soft Serenade color palette created on .