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