Noche de Suspenso カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Noche de Suspenso palette

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

Noche de Suspenso カラーパレット CSS

/* CSS */
.color-1 {
color: #4a4e6d;
}
.color-2 {
color: #706f90;
}
.color-3 {
color: #9fa3b2;
}
.color-4 {
color: #e0705c;
}
.color-5 {
color: #d42e25;
}

/* CSS Variables */
:root {
--color-1: #4a4e6d;
--color-2: #706f90;
--color-3: #9fa3b2;
--color-4: #e0705c;
--color-5: #d42e25;
}

Noche de Suspenso の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e6d, #706f90, #9fa3b2, #e0705c, #d42e25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e6d, #706f90, #9fa3b2, #e0705c, #d42e25);
}

Noche de Suspenso color palette created on .