Celestial Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Blush palette

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

Celestial Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a7b3;
}
.color-2 {
color: #f1c1d6;
}
.color-3 {
color: #e6b7e3;
}
.color-4 {
color: #bea4df;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #f6a7b3;
--color-2: #f1c1d6;
--color-3: #e6b7e3;
--color-4: #bea4df;
--color-5: #a3c7e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b3, #f1c1d6, #e6b7e3, #bea4df, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b3, #f1c1d6, #e6b7e3, #bea4df, #a3c7e0);
}

Celestial Blush color palette created on .