Razzaroo Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Razzaroo Red palette

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

Razzaroo Red カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c3e;
}
.color-2 {
color: #f0708e;
}
.color-3 {
color: #f9b658;
}
.color-4 {
color: #f4d980;
}
.color-5 {
color: #f9e8ae;
}

/* CSS Variables */
:root {
--color-1: #c92c3e;
--color-2: #f0708e;
--color-3: #f9b658;
--color-4: #f4d980;
--color-5: #f9e8ae;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3e, #f0708e, #f9b658, #f4d980, #f9e8ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3e, #f0708e, #f9b658, #f4d980, #f9e8ae);
}

Razzaroo Red color palette created on .