Celestial Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Reverie palette

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

Celestial Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #3c5d8b;
}
.color-2 {
color: #4f7db5;
}
.color-3 {
color: #7cb3e4;
}
.color-4 {
color: #b2e1f5;
}
.color-5 {
color: #f6f8f1;
}

/* CSS Variables */
:root {
--color-1: #3c5d8b;
--color-2: #4f7db5;
--color-3: #7cb3e4;
--color-4: #b2e1f5;
--color-5: #f6f8f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c5d8b, #4f7db5, #7cb3e4, #b2e1f5, #f6f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c5d8b, #4f7db5, #7cb3e4, #b2e1f5, #f6f8f1);
}

Celestial Reverie color palette created on .