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