Dark Feminine カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Feminine palette
Dark Feminine カラー パレット PNG 画像
Dark Feminine カラーパレット CSS
/* CSS */
.color-1 {
color: #4b2c4e;
}
.color-2 {
color: #7b4b8b;
}
.color-3 {
color: #a677a6;
}
.color-4 {
color: #d4a5c4;
}
.color-5 {
color: #f1d0e7;
}
/* CSS Variables */
:root {
--color-1: #4b2c4e;
--color-2: #7b4b8b;
--color-3: #a677a6;
--color-4: #d4a5c4;
--color-5: #f1d0e7;
}
Dark Feminine の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c4e, #7b4b8b, #a677a6, #d4a5c4, #f1d0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c4e, #7b4b8b, #a677a6, #d4a5c4, #f1d0e7);
}
似たようなカラーパレット
Dark Feminine color palette created on .