Sasha's Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sasha's Serenade palette

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

Sasha's Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c6a6;
}
.color-3 {
color: #f0df5c;
}
.color-4 {
color: #6fbe7f;
}
.color-5 {
color: #4a8cbf;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c6a6;
--color-3: #f0df5c;
--color-4: #6fbe7f;
--color-5: #4a8cbf;
}

Sasha's Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c6a6, #f0df5c, #6fbe7f, #4a8cbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c6a6, #f0df5c, #6fbe7f, #4a8cbf);
}

Sasha's Serenade color palette created on .