Blue Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Dreams palette

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

Blue Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #69b3d8;
}
.color-2 {
color: #5f8bce;
}
.color-3 {
color: #4b5c8b;
}
.color-4 {
color: #eab8d2;
}
.color-5 {
color: #f6a7b8;
}

/* CSS Variables */
:root {
--color-1: #69b3d8;
--color-2: #5f8bce;
--color-3: #4b5c8b;
--color-4: #eab8d2;
--color-5: #f6a7b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69b3d8, #5f8bce, #4b5c8b, #eab8d2, #f6a7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69b3d8, #5f8bce, #4b5c8b, #eab8d2, #f6a7b8);
}

Blue Dreams color palette created on .