Blue Uncanny カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Uncanny palette

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

Blue Uncanny カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3c6c;
}
.color-2 {
color: #496d9c;
}
.color-3 {
color: #7ca4c0;
}
.color-4 {
color: #a4d1e5;
}
.color-5 {
color: #f5b59e;
}

/* CSS Variables */
:root {
--color-1: #1e3c6c;
--color-2: #496d9c;
--color-3: #7ca4c0;
--color-4: #a4d1e5;
--color-5: #f5b59e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3c6c, #496d9c, #7ca4c0, #a4d1e5, #f5b59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3c6c, #496d9c, #7ca4c0, #a4d1e5, #f5b59e);
}

Blue Uncanny color palette created on .