Drizzle Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Drizzle Dreams palette

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

Drizzle Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #52b3e0;
}
.color-3 {
color: #8ed3f0;
}
.color-4 {
color: #f3c4d7;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #52b3e0;
--color-3: #8ed3f0;
--color-4: #f3c4d7;
--color-5: #eab8d1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #52b3e0, #8ed3f0, #f3c4d7, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #52b3e0, #8ed3f0, #f3c4d7, #eab8d1);
}

Drizzle Dreams color palette created on .