Rose Eglantine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rose Eglantine palette

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

Rose Eglantine カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b1a6;
}
.color-3 {
color: #f9e19f;
}
.color-4 {
color: #a9d9ea;
}
.color-5 {
color: #6bb8a1;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b1a6;
--color-3: #f9e19f;
--color-4: #a9d9ea;
--color-5: #6bb8a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b1a6, #f9e19f, #a9d9ea, #6bb8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b1a6, #f9e19f, #a9d9ea, #6bb8a1);
}

Rose Eglantine color palette created on .