Elegant Night Bites カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elegant Night Bites palette

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

Elegant Night Bites カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c2f;
}
.color-2 {
color: #e05c5c;
}
.color-3 {
color: #f4ac90;
}
.color-4 {
color: #f4d99a;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #c92c2f;
--color-2: #e05c5c;
--color-3: #f4ac90;
--color-4: #f4d99a;
--color-5: #ffffff;
}

Elegant Night Bites の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c2f, #e05c5c, #f4ac90, #f4d99a, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c2f, #e05c5c, #f4ac90, #f4d99a, #ffffff);
}

Elegant Night Bites color palette created on .