Future Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Future Blue palette

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

Future Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #198bd7;
}
.color-2 {
color: #3ba2e3;
}
.color-3 {
color: #5fb8e7;
}
.color-4 {
color: #90d3e9;
}
.color-5 {
color: #b2eaf5;
}

/* CSS Variables */
:root {
--color-1: #198bd7;
--color-2: #3ba2e3;
--color-3: #5fb8e7;
--color-4: #90d3e9;
--color-5: #b2eaf5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #198bd7, #3ba2e3, #5fb8e7, #90d3e9, #b2eaf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #198bd7, #3ba2e3, #5fb8e7, #90d3e9, #b2eaf5);
}

Future Blue color palette created on .