Celestial Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Embrace palette

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

Celestial Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #4e7b97;
}
.color-2 {
color: #80b7c2;
}
.color-3 {
color: #b5e8e1;
}
.color-4 {
color: #f8d79b;
}
.color-5 {
color: #f29b4a;
}

/* CSS Variables */
:root {
--color-1: #4e7b97;
--color-2: #80b7c2;
--color-3: #b5e8e1;
--color-4: #f8d79b;
--color-5: #f29b4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e7b97, #80b7c2, #b5e8e1, #f8d79b, #f29b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e7b97, #80b7c2, #b5e8e1, #f8d79b, #f29b4a);
}

Celestial Embrace color palette created on .