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