Rose Eve カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rose Eve palette

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

Rose Eve カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb19e;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d3d;
}
.color-4 {
color: #d45e7b;
}
.color-5 {
color: #6d2c39;
}

/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ff6e61;
--color-3: #ff4d3d;
--color-4: #d45e7b;
--color-5: #6d2c39;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ff6e61, #ff4d3d, #d45e7b, #6d2c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ff6e61, #ff4d3d, #d45e7b, #6d2c39);
}

Rose Eve color palette created on .