Blue Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Dreams palette

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

Blue Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1f5a98;
}
.color-2 {
color: #4e9cc6;
}
.color-3 {
color: #81cae4;
}
.color-4 {
color: #a1e2f2;
}
.color-5 {
color: #f1b74b;
}

/* CSS Variables */
:root {
--color-1: #1f5a98;
--color-2: #4e9cc6;
--color-3: #81cae4;
--color-4: #a1e2f2;
--color-5: #f1b74b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f5a98, #4e9cc6, #81cae4, #a1e2f2, #f1b74b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f5a98, #4e9cc6, #81cae4, #a1e2f2, #f1b74b);
}

Blue Dreams color palette created on .