Sally's Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sally's Serenade palette

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

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

/* CSS */
.color-1 {
color: #f6a4a2;
}
.color-2 {
color: #f3d09b;
}
.color-3 {
color: #f6e79d;
}
.color-4 {
color: #a2d4e6;
}
.color-5 {
color: #6ca5d0;
}

/* CSS Variables */
:root {
--color-1: #f6a4a2;
--color-2: #f3d09b;
--color-3: #f6e79d;
--color-4: #a2d4e6;
--color-5: #6ca5d0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a4a2, #f3d09b, #f6e79d, #a2d4e6, #6ca5d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a4a2, #f3d09b, #f6e79d, #a2d4e6, #6ca5d0);
}

Sally's Serenade color palette created on .