Opalescent Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Opalescent Dreamscape palette

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

Opalescent Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #e3d2c0;
}
.color-2 {
color: #d1b69f;
}
.color-3 {
color: #b7a0ba;
}
.color-4 {
color: #809dc6;
}
.color-5 {
color: #6fb6c8;
}

/* CSS Variables */
:root {
--color-1: #e3d2c0;
--color-2: #d1b69f;
--color-3: #b7a0ba;
--color-4: #809dc6;
--color-5: #6fb6c8;
}

Opalescent Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d2c0, #d1b69f, #b7a0ba, #809dc6, #6fb6c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d2c0, #d1b69f, #b7a0ba, #809dc6, #6fb6c8);
}

Opalescent Dreamscape color palette created on .