Sofi's Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sofi's Serenity palette

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

Sofi's Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f5c7c7;
}
.color-3 {
color: #f3e0d3;
}
.color-4 {
color: #d9e8e2;
}
.color-5 {
color: #b1e0e7;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f5c7c7;
--color-3: #f3e0d3;
--color-4: #d9e8e2;
--color-5: #b1e0e7;
}

Sofi's Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f5c7c7, #f3e0d3, #d9e8e2, #b1e0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f5c7c7, #f3e0d3, #d9e8e2, #b1e0e7);
}

Sofi's Serenity color palette created on .