Red Doomsday カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Doomsday palette

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

Red Doomsday カラーパレット CSS

/* CSS */
.color-1 {
color: #d33131;
}
.color-2 {
color: #e64919;
}
.color-3 {
color: #fbc02d;
}
.color-4 {
color: #80c684;
}
.color-5 {
color: #4eb7ac;
}

/* CSS Variables */
:root {
--color-1: #d33131;
--color-2: #e64919;
--color-3: #fbc02d;
--color-4: #80c684;
--color-5: #4eb7ac;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d33131, #e64919, #fbc02d, #80c684, #4eb7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d33131, #e64919, #fbc02d, #80c684, #4eb7ac);
}

Red Doomsday color palette created on .