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