Dreamy Lavender Skies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Lavender Skies palette

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

Dreamy Lavender Skies カラーパレット CSS

/* CSS */
.color-1 {
color: #a8c8ff;
}
.color-2 {
color: #bfa3ff;
}
.color-3 {
color: #d881fd;
}
.color-4 {
color: #e7a2e5;
}
.color-5 {
color: #f5c7e6;
}

/* CSS Variables */
:root {
--color-1: #a8c8ff;
--color-2: #bfa3ff;
--color-3: #d881fd;
--color-4: #e7a2e5;
--color-5: #f5c7e6;
}

Dreamy Lavender Skies の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c8ff, #bfa3ff, #d881fd, #e7a2e5, #f5c7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c8ff, #bfa3ff, #d881fd, #e7a2e5, #f5c7e6);
}

Dreamy Lavender Skies color palette created on .