Nebula's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Nebula's Embrace palette

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

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

/* CSS */
.color-1 {
color: #592d8f;
}
.color-2 {
color: #784b9b;
}
.color-3 {
color: #a56ab4;
}
.color-4 {
color: #d59ed6;
}
.color-5 {
color: #e4c3e1;
}

/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #784b9b;
--color-3: #a56ab4;
--color-4: #d59ed6;
--color-5: #e4c3e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #784b9b, #a56ab4, #d59ed6, #e4c3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #784b9b, #a56ab4, #d59ed6, #e4c3e1);
}

Nebula's Embrace color palette created on .