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: #3f4b4b;
}
.color-2 {
color: #a8b3b3;
}
.color-3 {
color: #c5d3d3;
}
.color-4 {
color: #e4e7e7;
}
.color-5 {
color: #f4f6f6;
}

/* CSS Variables */
:root {
--color-1: #3f4b4b;
--color-2: #a8b3b3;
--color-3: #c5d3d3;
--color-4: #e4e7e7;
--color-5: #f4f6f6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f4b4b, #a8b3b3, #c5d3d3, #e4e7e7, #f4f6f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f4b4b, #a8b3b3, #c5d3d3, #e4e7e7, #f4f6f6);
}

Nordic Serenity color palette created on .