Malibu Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Malibu Blue palette

このパレットを共有する先:

Malibu Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #7ec8f7;
}
.color-2 {
color: #a4e0ef;
}
.color-3 {
color: #f3b9c3;
}
.color-4 {
color: #f5cbb2;
}
.color-5 {
color: #f7e6a1;
}

/* CSS Variables */
:root {
--color-1: #7ec8f7;
--color-2: #a4e0ef;
--color-3: #f3b9c3;
--color-4: #f5cbb2;
--color-5: #f7e6a1;
}

Malibu Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8f7, #a4e0ef, #f3b9c3, #f5cbb2, #f7e6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8f7, #a4e0ef, #f3b9c3, #f5cbb2, #f7e6a1);
}

Malibu Blue color palette created on .