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