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