Sweet Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Serenade palette

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

Sweet Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e89f7d;
}
.color-3 {
color: #c87e96;
}
.color-4 {
color: #a15e9c;
}
.color-5 {
color: #6d4f8c;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e89f7d;
--color-3: #c87e96;
--color-4: #a15e9c;
--color-5: #6d4f8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e89f7d, #c87e96, #a15e9c, #6d4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e89f7d, #c87e96, #a15e9c, #6d4f8c);
}

Sweet Serenade color palette created on .