Coastal Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coastal Serenity palette

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

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

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

Coastal Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #414f53;
}
.color-2 {
color: #617475;
}
.color-3 {
color: #859b9d;
}
.color-4 {
color: #b0c7c9;
}
.color-5 {
color: #eaeff0;
}

/* CSS Variables */
:root {
--color-1: #414f53;
--color-2: #617475;
--color-3: #859b9d;
--color-4: #b0c7c9;
--color-5: #eaeff0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #414f53, #617475, #859b9d, #b0c7c9, #eaeff0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #414f53, #617475, #859b9d, #b0c7c9, #eaeff0);
}

Coastal Serenity color palette created on .