Blue Love カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Love palette

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

Blue Love カラーパレット CSS

/* CSS */
.color-1 {
color: #1f89e5;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #4eb7ac;
}
.color-4 {
color: #80c684;
}
.color-5 {
color: #ffcc80;
}

/* CSS Variables */
:root {
--color-1: #1f89e5;
--color-2: #00bdd6;
--color-3: #4eb7ac;
--color-4: #80c684;
--color-5: #ffcc80;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f89e5, #00bdd6, #4eb7ac, #80c684, #ffcc80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f89e5, #00bdd6, #4eb7ac, #80c684, #ffcc80);
}

Blue Love color palette created on .