Jules' Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Jules' Serenade palette

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

Jules' Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b7d1;
}
.color-2 {
color: #e2c6c8;
}
.color-3 {
color: #e5d6cd;
}
.color-4 {
color: #aedbe0;
}
.color-5 {
color: #85c1d5;
}

/* CSS Variables */
:root {
--color-1: #e6b7d1;
--color-2: #e2c6c8;
--color-3: #e5d6cd;
--color-4: #aedbe0;
--color-5: #85c1d5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b7d1, #e2c6c8, #e5d6cd, #aedbe0, #85c1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b7d1, #e2c6c8, #e5d6cd, #aedbe0, #85c1d5);
}

Jules' Serenade color palette created on .