Celestial Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dawn palette

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

Celestial Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #4b7d91;
}
.color-2 {
color: #7ab7b8;
}
.color-3 {
color: #a3d6e0;
}
.color-4 {
color: #f4c8c8;
}
.color-5 {
color: #f46966;
}

/* CSS Variables */
:root {
--color-1: #4b7d91;
--color-2: #7ab7b8;
--color-3: #a3d6e0;
--color-4: #f4c8c8;
--color-5: #f46966;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d91, #7ab7b8, #a3d6e0, #f4c8c8, #f46966);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d91, #7ab7b8, #a3d6e0, #f4c8c8, #f46966);
}

Celestial Dawn color palette created on .