Chic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Chic Serenity palette

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

Chic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d1b3c1;
}
.color-2 {
color: #e6a7b9;
}
.color-3 {
color: #f7c8a1;
}
.color-4 {
color: #f2e4ab;
}
.color-5 {
color: #b8d7a3;
}

/* CSS Variables */
:root {
--color-1: #d1b3c1;
--color-2: #e6a7b9;
--color-3: #f7c8a1;
--color-4: #f2e4ab;
--color-5: #b8d7a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b3c1, #e6a7b9, #f7c8a1, #f2e4ab, #b8d7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b3c1, #e6a7b9, #f7c8a1, #f2e4ab, #b8d7a3);
}

Chic Serenity color palette created on .