Ethereal Gemstone Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Gemstone Dreams palette

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

Ethereal Gemstone Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #4d7a99;
}
.color-2 {
color: #f5b8c8;
}
.color-3 {
color: #f3e1a0;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d2482d;
}

/* CSS Variables */
:root {
--color-1: #4d7a99;
--color-2: #f5b8c8;
--color-3: #f3e1a0;
--color-4: #f0a800;
--color-5: #d2482d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7a99, #f5b8c8, #f3e1a0, #f0a800, #d2482d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7a99, #f5b8c8, #f3e1a0, #f0a800, #d2482d);
}

Ethereal Gemstone Dreams color palette created on .