Rosy Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rosy Elegance palette

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

Rosy Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c0d6;
}
.color-2 {
color: #f2a6b6;
}
.color-3 {
color: #e58ba1;
}
.color-4 {
color: #d17b8d;
}
.color-5 {
color: #b6587c;
}

/* CSS Variables */
:root {
--color-1: #f7c0d6;
--color-2: #f2a6b6;
--color-3: #e58ba1;
--color-4: #d17b8d;
--color-5: #b6587c;
}

Rosy Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c0d6, #f2a6b6, #e58ba1, #d17b8d, #b6587c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c0d6, #f2a6b6, #e58ba1, #d17b8d, #b6587c);
}

Rosy Elegance color palette created on .