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: #c7d5c3;
}
.color-3 {
color: #e2eee2;
}
.color-4 {
color: #f1f8f1;
}
.color-5 {
color: #f6f3ee;
}

/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #c7d5c3;
--color-3: #e2eee2;
--color-4: #f1f8f1;
--color-5: #f6f3ee;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #c7d5c3, #e2eee2, #f1f8f1, #f6f3ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #c7d5c3, #e2eee2, #f1f8f1, #f6f3ee);
}

Nordic Serenity color palette created on .