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