Celestial Lavender Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Lavender Dream palette

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

Celestial Lavender Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #7b5b9f;
}
.color-3 {
color: #a87dba;
}
.color-4 {
color: #d4a6e2;
}
.color-5 {
color: #f6d5e6;
}

/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #7b5b9f;
--color-3: #a87dba;
--color-4: #d4a6e2;
--color-5: #f6d5e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #7b5b9f, #a87dba, #d4a6e2, #f6d5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #7b5b9f, #a87dba, #d4a6e2, #f6d5e6);
}

Celestial Lavender Dream color palette created on .