Red Romance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Romance palette

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

Red Romance カラーパレット CSS

/* CSS */
.color-1 {
color: #9a2343;
}
.color-2 {
color: #d66b8f;
}
.color-3 {
color: #f1a7b2;
}
.color-4 {
color: #f7c5c6;
}
.color-5 {
color: #f9e1e3;
}

/* CSS Variables */
:root {
--color-1: #9a2343;
--color-2: #d66b8f;
--color-3: #f1a7b2;
--color-4: #f7c5c6;
--color-5: #f9e1e3;
}

Red Romance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a2343, #d66b8f, #f1a7b2, #f7c5c6, #f9e1e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a2343, #d66b8f, #f1a7b2, #f7c5c6, #f9e1e3);
}

Red Romance color palette created on .