Rose Pomegranate カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rose Pomegranate palette

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

Rose Pomegranate カラーパレット CSS

/* CSS */
.color-1 {
color: #d52a52;
}
.color-2 {
color: #e76a6a;
}
.color-3 {
color: #f4b3b3;
}
.color-4 {
color: #f9c8d2;
}
.color-5 {
color: #f7e4e4;
}

/* CSS Variables */
:root {
--color-1: #d52a52;
--color-2: #e76a6a;
--color-3: #f4b3b3;
--color-4: #f9c8d2;
--color-5: #f7e4e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d52a52, #e76a6a, #f4b3b3, #f9c8d2, #f7e4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d52a52, #e76a6a, #f4b3b3, #f9c8d2, #f7e4e4);
}

Rose Pomegranate color palette created on .