Red and Yellow España カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red and Yellow España palette

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

Red and Yellow España カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f9b058;
}
.color-4 {
color: #f9e1a4;
}
.color-5 {
color: #4b7081;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #f9c54e;
--color-3: #f9b058;
--color-4: #f9e1a4;
--color-5: #4b7081;
}

Red and Yellow España の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #f9c54e, #f9b058, #f9e1a4, #4b7081);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #f9c54e, #f9b058, #f9e1a4, #4b7081);
}

Red and Yellow España color palette created on .