Nordic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Nordic Serenity palette

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

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

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

Nordic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a7bd9e;
}
.color-2 {
color: #b6d8b0;
}
.color-3 {
color: #d2e6c1;
}
.color-4 {
color: #f2f5e0;
}
.color-5 {
color: #f7d9bb;
}

/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #b6d8b0;
--color-3: #d2e6c1;
--color-4: #f2f5e0;
--color-5: #f7d9bb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #b6d8b0, #d2e6c1, #f2f5e0, #f7d9bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #b6d8b0, #d2e6c1, #f2f5e0, #f7d9bb);
}

Nordic Serenity color palette created on .