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