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