Red Planet Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Planet Oasis palette

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

Red Planet Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #f6e9c1;
}
.color-5 {
color: #5b8b79;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #ff6d1f;
--color-3: #ffb300;
--color-4: #f6e9c1;
--color-5: #5b8b79;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #ff6d1f, #ffb300, #f6e9c1, #5b8b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #ff6d1f, #ffb300, #f6e9c1, #5b8b79);
}

Red Planet Oasis color palette created on .