Raízes Radiantes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Raízes Radiantes palette

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

Raízes Radiantes カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #fbaf3c;
}
.color-3 {
color: #e8693b;
}
.color-4 {
color: #cf3f3a;
}
.color-5 {
color: #a62b39;
}

/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #fbaf3c;
--color-3: #e8693b;
--color-4: #cf3f3a;
--color-5: #a62b39;
}

Raízes Radiantes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #fbaf3c, #e8693b, #cf3f3a, #a62b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #fbaf3c, #e8693b, #cf3f3a, #a62b39);
}

Raízes Radiantes color palette created on .