Celestial Breezes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Breezes palette

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

Celestial Breezes カラーパレット CSS

/* CSS */
.color-1 {
color: #dfc6a4;
}
.color-2 {
color: #c4b5a6;
}
.color-3 {
color: #a7d7c0;
}
.color-4 {
color: #64b1c4;
}
.color-5 {
color: #508ec3;
}

/* CSS Variables */
:root {
--color-1: #dfc6a4;
--color-2: #c4b5a6;
--color-3: #a7d7c0;
--color-4: #64b1c4;
--color-5: #508ec3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc6a4, #c4b5a6, #a7d7c0, #64b1c4, #508ec3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc6a4, #c4b5a6, #a7d7c0, #64b1c4, #508ec3);
}

Celestial Breezes color palette created on .