Frosted Lavender Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Frosted Lavender Dreams palette

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

Frosted Lavender Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #aea1d9;
}
.color-2 {
color: #b49fdb;
}
.color-3 {
color: #d6b7e6;
}
.color-4 {
color: #e8c1f1;
}
.color-5 {
color: #f2d4e9;
}

/* CSS Variables */
:root {
--color-1: #aea1d9;
--color-2: #b49fdb;
--color-3: #d6b7e6;
--color-4: #e8c1f1;
--color-5: #f2d4e9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aea1d9, #b49fdb, #d6b7e6, #e8c1f1, #f2d4e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aea1d9, #b49fdb, #d6b7e6, #e8c1f1, #f2d4e9);
}

Frosted Lavender Dreams color palette created on .