Whispering Petals カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Petals palette

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

Whispering Petals カラーパレット CSS

/* CSS */
.color-1 {
color: #e6c7c7;
}
.color-2 {
color: #d3a7a7;
}
.color-3 {
color: #f4d2d2;
}
.color-4 {
color: #a5c5c5;
}
.color-5 {
color: #8ab7b7;
}

/* CSS Variables */
:root {
--color-1: #e6c7c7;
--color-2: #d3a7a7;
--color-3: #f4d2d2;
--color-4: #a5c5c5;
--color-5: #8ab7b7;
}

Whispering Petals の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6c7c7, #d3a7a7, #f4d2d2, #a5c5c5, #8ab7b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6c7c7, #d3a7a7, #f4d2d2, #a5c5c5, #8ab7b7);
}

Whispering Petals color palette created on .