Whimsical Skies and Lavender Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Skies and Lavender Dreams palette

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

Whimsical Skies and Lavender Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b3d4e0;
}
.color-3 {
color: #e5b8e5;
}
.color-4 {
color: #f8d2a0;
}
.color-5 {
color: #f9a4b9;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b3d4e0;
--color-3: #e5b8e5;
--color-4: #f8d2a0;
--color-5: #f9a4b9;
}

Whimsical Skies and Lavender Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b3d4e0, #e5b8e5, #f8d2a0, #f9a4b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b3d4e0, #e5b8e5, #f8d2a0, #f9a4b9);
}

Whimsical Skies and Lavender Dreams color palette created on .