Divine Rose Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Divine Rose Hues palette

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

Divine Rose Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #f3a5a5;
}
.color-3 {
color: #e2696f;
}
.color-4 {
color: #c45a7a;
}
.color-5 {
color: #904c90;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f3a5a5;
--color-3: #e2696f;
--color-4: #c45a7a;
--color-5: #904c90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f3a5a5, #e2696f, #c45a7a, #904c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f3a5a5, #e2696f, #c45a7a, #904c90);
}

Divine Rose Hues color palette created on .