Curious Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Curious Blue palette

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

Curious Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #2594d0;
}
.color-2 {
color: #1f7dbd;
}
.color-3 {
color: #1c719b;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #f0c3b7;
}

/* CSS Variables */
:root {
--color-1: #2594d0;
--color-2: #1f7dbd;
--color-3: #1c719b;
--color-4: #a3d5e0;
--color-5: #f0c3b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2594d0, #1f7dbd, #1c719b, #a3d5e0, #f0c3b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2594d0, #1f7dbd, #1c719b, #a3d5e0, #f0c3b7);
}

Curious Blue color palette created on .