Celestial Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Embrace palette

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

Celestial Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #f7d6a1;
}
.color-2 {
color: #fbad79;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #c76b9c;
}
.color-5 {
color: #6c9fd5;
}

/* CSS Variables */
:root {
--color-1: #f7d6a1;
--color-2: #fbad79;
--color-3: #f76e6e;
--color-4: #c76b9c;
--color-5: #6c9fd5;
}

Celestial Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d6a1, #fbad79, #f76e6e, #c76b9c, #6c9fd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d6a1, #fbad79, #f76e6e, #c76b9c, #6c9fd5);
}

Celestial Embrace color palette created on .