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