Salsa Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Salsa Serenade palette

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

Salsa Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ed7a1d;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f2d89c;
}
.color-4 {
color: #f6a9a2;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #ed7a1d;
--color-2: #f6b83c;
--color-3: #f2d89c;
--color-4: #f6a9a2;
--color-5: #e74d3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed7a1d, #f6b83c, #f2d89c, #f6a9a2, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed7a1d, #f6b83c, #f2d89c, #f6a9a2, #e74d3c);
}

Salsa Serenade color palette created on .