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