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