Light Yellow and Light Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Yellow and Light Red palette

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

Light Yellow and Light Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f6efa2;
}
.color-2 {
color: #f5b6b2;
}
.color-3 {
color: #f08b5c;
}
.color-4 {
color: #b93c46;
}
.color-5 {
color: #8c3e8e;
}

/* CSS Variables */
:root {
--color-1: #f6efa2;
--color-2: #f5b6b2;
--color-3: #f08b5c;
--color-4: #b93c46;
--color-5: #8c3e8e;
}

Light Yellow and Light Red の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6efa2, #f5b6b2, #f08b5c, #b93c46, #8c3e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6efa2, #f5b6b2, #f08b5c, #b93c46, #8c3e8e);
}

Light Yellow and Light Red color palette created on .