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