Sweet Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Serenity palette

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

Sweet Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #deb9ee;
}
.color-2 {
color: #cc8cd4;
}
.color-3 {
color: #bb58b8;
}
.color-4 {
color: #9063cf;
}
.color-5 {
color: #4040b5;
}

/* CSS Variables */
:root {
--color-1: #deb9ee;
--color-2: #cc8cd4;
--color-3: #bb58b8;
--color-4: #9063cf;
--color-5: #4040b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #deb9ee, #cc8cd4, #bb58b8, #9063cf, #4040b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #deb9ee, #cc8cd4, #bb58b8, #9063cf, #4040b5);
}

似たようなカラーパレット

下にスクロールして1個のLight Pinkカラーパレットを探索しましょう

Sweet Serenity color palette created on .