Dreamy Hyacinth Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Hyacinth Breeze palette

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

Dreamy Hyacinth Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #a5a3e0;
}
.color-2 {
color: #6c8ccb;
}
.color-3 {
color: #4c92b8;
}
.color-4 {
color: #4edaa6;
}
.color-5 {
color: #f5c7df;
}

/* CSS Variables */
:root {
--color-1: #a5a3e0;
--color-2: #6c8ccb;
--color-3: #4c92b8;
--color-4: #4edaa6;
--color-5: #f5c7df;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5a3e0, #6c8ccb, #4c92b8, #4edaa6, #f5c7df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5a3e0, #6c8ccb, #4c92b8, #4edaa6, #f5c7df);
}

Dreamy Hyacinth Breeze color palette created on .