Dreamy Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Blue palette

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

Dreamy Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #b3c7df;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #f3e5a0;
}
.color-5 {
color: #a2d2b9;
}

/* CSS Variables */
:root {
--color-1: #b3c7df;
--color-2: #f1a8a2;
--color-3: #ff8052;
--color-4: #f3e5a0;
--color-5: #a2d2b9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c7df, #f1a8a2, #ff8052, #f3e5a0, #a2d2b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c7df, #f1a8a2, #ff8052, #f3e5a0, #a2d2b9);
}

Dreamy Blue color palette created on .