Ethereal Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Sunrise palette

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

Ethereal Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #b9a0e4;
}
.color-2 {
color: #f4e4a4;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #e3c66d;
}
.color-5 {
color: #d3c7f5;
}

/* CSS Variables */
:root {
--color-1: #b9a0e4;
--color-2: #f4e4a4;
--color-3: #ffffff;
--color-4: #e3c66d;
--color-5: #d3c7f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9a0e4, #f4e4a4, #ffffff, #e3c66d, #d3c7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9a0e4, #f4e4a4, #ffffff, #e3c66d, #d3c7f5);
}

Ethereal Sunrise color palette created on .