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