Celestial Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Reverie palette

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

Celestial Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #2b2d54;
}
.color-3 {
color: #4b4c81;
}
.color-4 {
color: #6f6f9b;
}
.color-5 {
color: #a4a9d5;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #2b2d54;
--color-3: #4b4c81;
--color-4: #6f6f9b;
--color-5: #a4a9d5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #2b2d54, #4b4c81, #6f6f9b, #a4a9d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #2b2d54, #4b4c81, #6f6f9b, #a4a9d5);
}

Celestial Reverie color palette created on .