Elliot's Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elliot's Dreamscape palette

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

Elliot's Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #3c7b9f;
}
.color-2 {
color: #6ab5c8;
}
.color-3 {
color: #a1dff7;
}
.color-4 {
color: #f4b96c;
}
.color-5 {
color: #e36b4a;
}

/* CSS Variables */
:root {
--color-1: #3c7b9f;
--color-2: #6ab5c8;
--color-3: #a1dff7;
--color-4: #f4b96c;
--color-5: #e36b4a;
}

Elliot's Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c7b9f, #6ab5c8, #a1dff7, #f4b96c, #e36b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c7b9f, #6ab5c8, #a1dff7, #f4b96c, #e36b4a);
}

Elliot's Dreamscape color palette created on .