Serenade of Soojin カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenade of Soojin palette

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

Serenade of Soojin カラーパレット CSS

/* CSS */
.color-1 {
color: #f76755;
}
.color-2 {
color: #f2a88d;
}
.color-3 {
color: #f4e090;
}
.color-4 {
color: #9adad7;
}
.color-5 {
color: #50a2b9;
}

/* CSS Variables */
:root {
--color-1: #f76755;
--color-2: #f2a88d;
--color-3: #f4e090;
--color-4: #9adad7;
--color-5: #50a2b9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f76755, #f2a88d, #f4e090, #9adad7, #50a2b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f76755, #f2a88d, #f4e090, #9adad7, #50a2b9);
}

Serenade of Soojin color palette created on .