Celestial Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dreams palette

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

Celestial Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #3d6d94;
}
.color-2 {
color: #7eb4d7;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #e9b4e1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #3d6d94;
--color-2: #7eb4d7;
--color-3: #a2c7e7;
--color-4: #e9b4e1;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d6d94, #7eb4d7, #a2c7e7, #e9b4e1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d6d94, #7eb4d7, #a2c7e7, #e9b4e1, #ff6e61);
}

Celestial Dreams color palette created on .