Malibu Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Malibu Sunrise palette

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

Malibu Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #7ec8f7;
}
.color-2 {
color: #4ab8e3;
}
.color-3 {
color: #1e9bcc;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #f86f2a;
}

/* CSS Variables */
:root {
--color-1: #7ec8f7;
--color-2: #4ab8e3;
--color-3: #1e9bcc;
--color-4: #f0a800;
--color-5: #f86f2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8f7, #4ab8e3, #1e9bcc, #f0a800, #f86f2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8f7, #4ab8e3, #1e9bcc, #f0a800, #f86f2a);
}

Malibu Sunrise color palette created on .