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