Rose Victorian カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rose Victorian palette

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

Rose Victorian カラーパレット CSS

/* CSS */
.color-1 {
color: #a36c8a;
}
.color-2 {
color: #e0aeb4;
}
.color-3 {
color: #f5e6e0;
}
.color-4 {
color: #d6c5b8;
}
.color-5 {
color: #b58978;
}

/* CSS Variables */
:root {
--color-1: #a36c8a;
--color-2: #e0aeb4;
--color-3: #f5e6e0;
--color-4: #d6c5b8;
--color-5: #b58978;
}

Rose Victorian の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a36c8a, #e0aeb4, #f5e6e0, #d6c5b8, #b58978);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a36c8a, #e0aeb4, #f5e6e0, #d6c5b8, #b58978);
}

Rose Victorian color palette created on .