Soft Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Serenade palette

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

Soft Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f4bfb4;
}
.color-3 {
color: #f1d6b7;
}
.color-4 {
color: #f2e8c4;
}
.color-5 {
color: #e6f1d5;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f4bfb4;
--color-3: #f1d6b7;
--color-4: #f2e8c4;
--color-5: #e6f1d5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f4bfb4, #f1d6b7, #f2e8c4, #e6f1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f4bfb4, #f1d6b7, #f2e8c4, #e6f1d5);
}

Soft Serenade color palette created on .