Dreamy Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Vibes palette

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

Dreamy Vibes カラー パレット PNG 画像

Download dreamy vibes color palette PNG image (landscape)
Download dreamy vibes color palette PNG image (square)

Dreamy Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #e0b3ff;
}
.color-2 {
color: #c67aff;
}
.color-3 {
color: #a55cff;
}
.color-4 {
color: #7c4dff;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #e0b3ff;
--color-2: #c67aff;
--color-3: #a55cff;
--color-4: #7c4dff;
--color-5: #4b91e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b3ff, #c67aff, #a55cff, #7c4dff, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b3ff, #c67aff, #a55cff, #7c4dff, #4b91e2);
}

Dreamy Vibes color palette created on .