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