Draculaura カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Draculaura palette

このパレットを共有する先:

Draculaura カラーパレット (PNG) をダウンロード

Download draculaura color palette PNG image (landscape)
Download draculaura color palette PNG image (square)

Draculaura カラーパレット CSS

/* CSS */
.color-1 {
color: #f4a4d7;
}
.color-2 {
color: #e67f9b;
}
.color-3 {
color: #d84f6d;
}
.color-4 {
color: #b33d6a;
}
.color-5 {
color: #5e2b36;
}

/* CSS Variables */
:root {
--color-1: #f4a4d7;
--color-2: #e67f9b;
--color-3: #d84f6d;
--color-4: #b33d6a;
--color-5: #5e2b36;
}

Draculaura の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4d7, #e67f9b, #d84f6d, #b33d6a, #5e2b36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4d7, #e67f9b, #d84f6d, #b33d6a, #5e2b36);
}

Draculaura color palette created on .