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