Soft Blue Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Blue Dreams palette

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

Soft Blue Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #d2e8f4;
}
.color-3 {
color: #f1f5f8;
}
.color-4 {
color: #e6b2d2;
}
.color-5 {
color: #f9c8d1;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #d2e8f4;
--color-3: #f1f5f8;
--color-4: #e6b2d2;
--color-5: #f9c8d1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #d2e8f4, #f1f5f8, #e6b2d2, #f9c8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #d2e8f4, #f1f5f8, #e6b2d2, #f9c8d1);
}

Soft Blue Dreams color palette created on .