Red Beach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Beach palette

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

Red Beach カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #6d9dc5;
}
.color-5 {
color: #f8c572;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #e9b79f;
--color-3: #f4cf3e;
--color-4: #6d9dc5;
--color-5: #f8c572;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #e9b79f, #f4cf3e, #6d9dc5, #f8c572);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #e9b79f, #f4cf3e, #6d9dc5, #f8c572);
}

Red Beach color palette created on .