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