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