Whispers of Rose Quartz カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Rose Quartz palette

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

Whispers of Rose Quartz カラーパレット CSS

/* CSS */
.color-1 {
color: #e6a3b1;
}
.color-2 {
color: #f4c3d1;
}
.color-3 {
color: #f7d4e0;
}
.color-4 {
color: #fce3e7;
}
.color-5 {
color: #fff5f9;
}

/* CSS Variables */
:root {
--color-1: #e6a3b1;
--color-2: #f4c3d1;
--color-3: #f7d4e0;
--color-4: #fce3e7;
--color-5: #fff5f9;
}

Whispers of Rose Quartz の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a3b1, #f4c3d1, #f7d4e0, #fce3e7, #fff5f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a3b1, #f4c3d1, #f7d4e0, #fce3e7, #fff5f9);
}

Whispers of Rose Quartz color palette created on .