Blue Love カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Love palette
Blue Love カラーパレット CSS
/* CSS */
.color-1 {
color: #005b80;
}
.color-2 {
color: #0076a8;
}
.color-3 {
color: #a8d3e1;
}
.color-4 {
color: #e0f7ff;
}
.color-5 {
color: #1b2b69;
}
/* CSS Variables */
:root {
--color-1: #005b80;
--color-2: #0076a8;
--color-3: #a8d3e1;
--color-4: #e0f7ff;
--color-5: #1b2b69;
}
Blue Love の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005b80, #0076a8, #a8d3e1, #e0f7ff, #1b2b69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005b80, #0076a8, #a8d3e1, #e0f7ff, #1b2b69);
}
似たようなカラーパレット
Blue Love color palette created on .