Blue Jay カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Jay palette

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

Blue Jay カラーパレット CSS

/* CSS */
.color-1 {
color: #3d5a8a;
}
.color-2 {
color: #5b8f8f;
}
.color-3 {
color: #aad5b4;
}
.color-4 {
color: #f2d6a1;
}
.color-5 {
color: #e37d7d;
}

/* CSS Variables */
:root {
--color-1: #3d5a8a;
--color-2: #5b8f8f;
--color-3: #aad5b4;
--color-4: #f2d6a1;
--color-5: #e37d7d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5a8a, #5b8f8f, #aad5b4, #f2d6a1, #e37d7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5a8a, #5b8f8f, #aad5b4, #f2d6a1, #e37d7d);
}

Blue Jay color palette created on .