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