Elegant Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elegant Serenity palette

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

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

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

Elegant Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #d8e6e9;
}
.color-2 {
color: #b4caca;
}
.color-3 {
color: #7a9a9f;
}
.color-4 {
color: #4b7277;
}
.color-5 {
color: #2e4d4a;
}

/* CSS Variables */
:root {
--color-1: #d8e6e9;
--color-2: #b4caca;
--color-3: #7a9a9f;
--color-4: #4b7277;
--color-5: #2e4d4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8e6e9, #b4caca, #7a9a9f, #4b7277, #2e4d4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8e6e9, #b4caca, #7a9a9f, #4b7277, #2e4d4a);
}

Elegant Serenity color palette created on .