Celestial Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Blossom palette

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

Celestial Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #7a1f6c;
}
.color-3 {
color: #a23f93;
}
.color-4 {
color: #d56cb2;
}
.color-5 {
color: #f5a3d7;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #7a1f6c;
--color-3: #a23f93;
--color-4: #d56cb2;
--color-5: #f5a3d7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #7a1f6c, #a23f93, #d56cb2, #f5a3d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #7a1f6c, #a23f93, #d56cb2, #f5a3d7);
}

Celestial Blossom color palette created on .