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