Sweet Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Serenade palette

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

Sweet Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #edb482;
}
.color-2 {
color: #f1c7a7;
}
.color-3 {
color: #f7e2c5;
}
.color-4 {
color: #f3b4aa;
}
.color-5 {
color: #d68e7a;
}

/* CSS Variables */
:root {
--color-1: #edb482;
--color-2: #f1c7a7;
--color-3: #f7e2c5;
--color-4: #f3b4aa;
--color-5: #d68e7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edb482, #f1c7a7, #f7e2c5, #f3b4aa, #d68e7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edb482, #f1c7a7, #f7e2c5, #f3b4aa, #d68e7a);
}

Sweet Serenade color palette created on .