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