Soft Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Serenity palette

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

Soft Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a2a4;
}
.color-2 {
color: #f4d8a4;
}
.color-3 {
color: #f0e5b7;
}
.color-4 {
color: #b8e1a8;
}
.color-5 {
color: #8cd2d9;
}

/* CSS Variables */
:root {
--color-1: #f6a2a4;
--color-2: #f4d8a4;
--color-3: #f0e5b7;
--color-4: #b8e1a8;
--color-5: #8cd2d9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a4, #f4d8a4, #f0e5b7, #b8e1a8, #8cd2d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a4, #f4d8a4, #f0e5b7, #b8e1a8, #8cd2d9);
}

Soft Serenity color palette created on .