Serenade of Ria カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenade of Ria palette

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

Serenade of Ria カラーパレット CSS

/* CSS */
.color-1 {
color: #e1b7d0;
}
.color-2 {
color: #f8d3c4;
}
.color-3 {
color: #f9e3b4;
}
.color-4 {
color: #f7e3a1;
}
.color-5 {
color: #b2d3e0;
}

/* CSS Variables */
:root {
--color-1: #e1b7d0;
--color-2: #f8d3c4;
--color-3: #f9e3b4;
--color-4: #f7e3a1;
--color-5: #b2d3e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7d0, #f8d3c4, #f9e3b4, #f7e3a1, #b2d3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7d0, #f8d3c4, #f9e3b4, #f7e3a1, #b2d3e0);
}

Serenade of Ria color palette created on .