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