Ethan's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethan's Embrace palette

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

Ethan's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #69bf9b;
}
.color-2 {
color: #f1e2b6;
}
.color-3 {
color: #f7c6a6;
}
.color-4 {
color: #f78e6e;
}
.color-5 {
color: #d95a3a;
}

/* CSS Variables */
:root {
--color-1: #69bf9b;
--color-2: #f1e2b6;
--color-3: #f7c6a6;
--color-4: #f78e6e;
--color-5: #d95a3a;
}

Ethan's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf9b, #f1e2b6, #f7c6a6, #f78e6e, #d95a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf9b, #f1e2b6, #f7c6a6, #f78e6e, #d95a3a);
}

Ethan's Embrace color palette created on .