Red Sweetness カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sweetness palette

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

Red Sweetness カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #d67a7f;
}
.color-3 {
color: #e8b5b0;
}
.color-4 {
color: #f5e1d1;
}
.color-5 {
color: #e3c4c8;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #d67a7f;
--color-3: #e8b5b0;
--color-4: #f5e1d1;
--color-5: #e3c4c8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #d67a7f, #e8b5b0, #f5e1d1, #e3c4c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #d67a7f, #e8b5b0, #f5e1d1, #e3c4c8);
}

Red Sweetness color palette created on .