Soft Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Serenity palette

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

Soft Serenity カラー パレット PNG 画像

Download soft serenity color palette PNG image (landscape)
Download soft serenity color palette PNG image (square)

Soft Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c8e1;
}
.color-2 {
color: #f4b4cf;
}
.color-3 {
color: #d6c7e1;
}
.color-4 {
color: #a1e8d6;
}
.color-5 {
color: #50d3b0;
}

/* CSS Variables */
:root {
--color-1: #a3c8e1;
--color-2: #f4b4cf;
--color-3: #d6c7e1;
--color-4: #a1e8d6;
--color-5: #50d3b0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c8e1, #f4b4cf, #d6c7e1, #a1e8d6, #50d3b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c8e1, #f4b4cf, #d6c7e1, #a1e8d6, #50d3b0);
}

Soft Serenity color palette created on .