Ethereal Oddities カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Oddities palette

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

Ethereal Oddities カラーパレット CSS

/* CSS */
.color-1 {
color: #592d8f;
}
.color-2 {
color: #a85d8c;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #ffdd8f;
}
.color-5 {
color: #6e99d8;
}

/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #a85d8c;
--color-3: #f4a462;
--color-4: #ffdd8f;
--color-5: #6e99d8;
}

Ethereal Oddities の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #a85d8c, #f4a462, #ffdd8f, #6e99d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #a85d8c, #f4a462, #ffdd8f, #6e99d8);
}

Ethereal Oddities color palette created on .