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