Creepy Creator カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Creepy Creator palette

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

Creepy Creator カラーパレット CSS

/* CSS */
.color-1 {
color: #220a33;
}
.color-2 {
color: #402348;
}
.color-3 {
color: #6b3d5b;
}
.color-4 {
color: #a5835f;
}
.color-5 {
color: #e2d1b6;
}

/* CSS Variables */
:root {
--color-1: #220a33;
--color-2: #402348;
--color-3: #6b3d5b;
--color-4: #a5835f;
--color-5: #e2d1b6;
}

Creepy Creator の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #220a33, #402348, #6b3d5b, #a5835f, #e2d1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #220a33, #402348, #6b3d5b, #a5835f, #e2d1b6);
}

Creepy Creator color palette created on .