Sweet Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Serenity palette

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

Sweet Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e0d3;
}
.color-2 {
color: #f1b44b;
}
.color-3 {
color: #ebd3ad;
}
.color-4 {
color: #d69ea8;
}
.color-5 {
color: #ebe4c1;
}

/* CSS Variables */
:root {
--color-1: #f3e0d3;
--color-2: #f1b44b;
--color-3: #ebd3ad;
--color-4: #d69ea8;
--color-5: #ebe4c1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e0d3, #f1b44b, #ebd3ad, #d69ea8, #ebe4c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e0d3, #f1b44b, #ebd3ad, #d69ea8, #ebe4c1);
}

Sweet Serenity color palette created on .