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