Evanescence Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Evanescence Dream palette

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

Evanescence Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f4cf9f;
}
.color-3 {
color: #f2e2a6;
}
.color-4 {
color: #a9d6b0;
}
.color-5 {
color: #78c7d3;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f4cf9f;
--color-3: #f2e2a6;
--color-4: #a9d6b0;
--color-5: #78c7d3;
}

Evanescence Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f4cf9f, #f2e2a6, #a9d6b0, #78c7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f4cf9f, #f2e2a6, #a9d6b0, #78c7d3);
}

Evanescence Dream color palette created on .