Lavender Carnival カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lavender Carnival palette

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

Lavender Carnival カラーパレット CSS

/* CSS */
.color-1 {
color: #784b9b;
}
.color-2 {
color: #a46aaf;
}
.color-3 {
color: #d09cd3;
}
.color-4 {
color: #f0b2e0;
}
.color-5 {
color: #eb99b0;
}

/* CSS Variables */
:root {
--color-1: #784b9b;
--color-2: #a46aaf;
--color-3: #d09cd3;
--color-4: #f0b2e0;
--color-5: #eb99b0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #784b9b, #a46aaf, #d09cd3, #f0b2e0, #eb99b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #784b9b, #a46aaf, #d09cd3, #f0b2e0, #eb99b0);
}

Lavender Carnival color palette created on .