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