Spiced Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Spiced Serenity palette

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

Spiced Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #7e4b3a;
}
.color-2 {
color: #a75c49;
}
.color-3 {
color: #d19b6b;
}
.color-4 {
color: #f1d5a7;
}
.color-5 {
color: #f8e2b9;
}

/* CSS Variables */
:root {
--color-1: #7e4b3a;
--color-2: #a75c49;
--color-3: #d19b6b;
--color-4: #f1d5a7;
--color-5: #f8e2b9;
}

Spiced Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4b3a, #a75c49, #d19b6b, #f1d5a7, #f8e2b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4b3a, #a75c49, #d19b6b, #f1d5a7, #f8e2b9);
}

Spiced Serenity color palette created on .