Celestial Confection カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Confection palette

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

Celestial Confection カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e5b4;
}
.color-2 {
color: #e3b0c7;
}
.color-3 {
color: #c79fd1;
}
.color-4 {
color: #9a6acd;
}
.color-5 {
color: #5e4f8c;
}

/* CSS Variables */
:root {
--color-1: #f8e5b4;
--color-2: #e3b0c7;
--color-3: #c79fd1;
--color-4: #9a6acd;
--color-5: #5e4f8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e5b4, #e3b0c7, #c79fd1, #9a6acd, #5e4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e5b4, #e3b0c7, #c79fd1, #9a6acd, #5e4f8c);
}

Celestial Confection color palette created on .