Sweet Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Serenity palette

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

Sweet Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3e7;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff2e62;
}
.color-4 {
color: #c94a9d;
}
.color-5 {
color: #592d8f;
}

/* CSS Variables */
:root {
--color-1: #ffb3e7;
--color-2: #ff7092;
--color-3: #ff2e62;
--color-4: #c94a9d;
--color-5: #592d8f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e7, #ff7092, #ff2e62, #c94a9d, #592d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e7, #ff7092, #ff2e62, #c94a9d, #592d8f);
}

Sweet Serenity color palette created on .