Dreamy Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Blue palette

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

Dreamy Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #fce4b0;
}
.color-3 {
color: #a4dad2;
}
.color-4 {
color: #8ebaf1;
}
.color-5 {
color: #6b9dcc;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #fce4b0;
--color-3: #a4dad2;
--color-4: #8ebaf1;
--color-5: #6b9dcc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #fce4b0, #a4dad2, #8ebaf1, #6b9dcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #fce4b0, #a4dad2, #8ebaf1, #6b9dcc);
}

Dreamy Blue color palette created on .