Celestial Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Reverie palette

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

Celestial Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #3c2a92;
}
.color-2 {
color: #4d86d1;
}
.color-3 {
color: #64c3d8;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #ff6a00;
}

/* CSS Variables */
:root {
--color-1: #3c2a92;
--color-2: #4d86d1;
--color-3: #64c3d8;
--color-4: #f5c400;
--color-5: #ff6a00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a92, #4d86d1, #64c3d8, #f5c400, #ff6a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a92, #4d86d1, #64c3d8, #f5c400, #ff6a00);
}

Celestial Reverie color palette created on .