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