Red Beach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Beach palette

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

Red Beach カラーパレット CSS

/* CSS */
.color-1 {
color: #b30f0f;
}
.color-2 {
color: #eb6d37;
}
.color-3 {
color: #f3c17c;
}
.color-4 {
color: #a1d6e8;
}
.color-5 {
color: #3e7d93;
}

/* CSS Variables */
:root {
--color-1: #b30f0f;
--color-2: #eb6d37;
--color-3: #f3c17c;
--color-4: #a1d6e8;
--color-5: #3e7d93;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b30f0f, #eb6d37, #f3c17c, #a1d6e8, #3e7d93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b30f0f, #eb6d37, #f3c17c, #a1d6e8, #3e7d93);
}

Red Beach color palette created on .