Nordic Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Nordic Serenity palette
Nordic Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #0071b8;
}
.color-2 {
color: #5bb9e1;
}
.color-3 {
color: #a4d6e5;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #f65b28;
}
/* CSS Variables */
:root {
--color-1: #0071b8;
--color-2: #5bb9e1;
--color-3: #a4d6e5;
--color-4: #f5a300;
--color-5: #f65b28;
}
Nordic Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b8, #5bb9e1, #a4d6e5, #f5a300, #f65b28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b8, #5bb9e1, #a4d6e5, #f5a300, #f65b28);
}
似たようなカラーパレット
Nordic Serenity color palette created on .