Mediterranean Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mediterranean Serenade palette

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

Mediterranean Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c7ab;
}
.color-3 {
color: #f3e1a0;
}
.color-4 {
color: #85d5e0;
}
.color-5 {
color: #3b9b9a;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c7ab;
--color-3: #f3e1a0;
--color-4: #85d5e0;
--color-5: #3b9b9a;
}

Mediterranean Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c7ab, #f3e1a0, #85d5e0, #3b9b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c7ab, #f3e1a0, #85d5e0, #3b9b9a);
}

Mediterranean Serenade color palette created on .