Red and Gold Miraculous カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red and Gold Miraculous palette

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

Red and Gold Miraculous カラーパレット CSS

/* CSS */
.color-1 {
color: #e6002e;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #4e8d58;
}
.color-4 {
color: #00a5e0;
}
.color-5 {
color: #f5f5f5;
}

/* CSS Variables */
:root {
--color-1: #e6002e;
--color-2: #f9c54e;
--color-3: #4e8d58;
--color-4: #00a5e0;
--color-5: #f5f5f5;
}

Red and Gold Miraculous の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6002e, #f9c54e, #4e8d58, #00a5e0, #f5f5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6002e, #f9c54e, #4e8d58, #00a5e0, #f5f5f5);
}

Red and Gold Miraculous color palette created on .