Celestial Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celestial Dreams palette
Celestial Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #1e1e6b;
}
.color-2 {
color: #5c5c99;
}
.color-3 {
color: #a3a3d1;
}
.color-4 {
color: #d5c8df;
}
.color-5 {
color: #f2a1c5;
}
/* CSS Variables */
:root {
--color-1: #1e1e6b;
--color-2: #5c5c99;
--color-3: #a3a3d1;
--color-4: #d5c8df;
--color-5: #f2a1c5;
}
Celestial Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e6b, #5c5c99, #a3a3d1, #d5c8df, #f2a1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e6b, #5c5c99, #a3a3d1, #d5c8df, #f2a1c5);
}
似たようなカラーパレット
下にスクロールして400+個のエステティックカラーパレットを探索しましょう
Celestial Dreams color palette created on .