Celestial Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dreamscape palette

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

Celestial Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d0e7;
}
.color-2 {
color: #a2c2e2;
}
.color-3 {
color: #6d9dc5;
}
.color-4 {
color: #4b7c9b;
}
.color-5 {
color: #2e5c7a;
}

/* CSS Variables */
:root {
--color-1: #f6d0e7;
--color-2: #a2c2e2;
--color-3: #6d9dc5;
--color-4: #4b7c9b;
--color-5: #2e5c7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d0e7, #a2c2e2, #6d9dc5, #4b7c9b, #2e5c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d0e7, #a2c2e2, #6d9dc5, #4b7c9b, #2e5c7a);
}

Celestial Dreamscape color palette created on .