Celestial Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Reverie palette

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

Celestial Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1f6b;
}
.color-2 {
color: #4c3d8f;
}
.color-3 {
color: #7a5cc7;
}
.color-4 {
color: #a980b7;
}
.color-5 {
color: #f0b2e0;
}

/* CSS Variables */
:root {
--color-1: #1f1f6b;
--color-2: #4c3d8f;
--color-3: #7a5cc7;
--color-4: #a980b7;
--color-5: #f0b2e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f6b, #4c3d8f, #7a5cc7, #a980b7, #f0b2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f6b, #4c3d8f, #7a5cc7, #a980b7, #f0b2e0);
}

Celestial Reverie color palette created on .