Celestial Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Reverie palette

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

Celestial Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3f5b88;
}
.color-3 {
color: #6d8eab;
}
.color-4 {
color: #9eb0c7;
}
.color-5 {
color: #f2d1c5;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3f5b88;
--color-3: #6d8eab;
--color-4: #9eb0c7;
--color-5: #f2d1c5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3f5b88, #6d8eab, #9eb0c7, #f2d1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3f5b88, #6d8eab, #9eb0c7, #f2d1c5);
}

Celestial Reverie color palette created on .