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