Rose Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rose Shades palette

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

Rose Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #e7407b;
}
.color-2 {
color: #f6a7b7;
}
.color-3 {
color: #f5d07a;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #f99e5d;
}

/* CSS Variables */
:root {
--color-1: #e7407b;
--color-2: #f6a7b7;
--color-3: #f5d07a;
--color-4: #ffcb5c;
--color-5: #f99e5d;
}

Rose Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7407b, #f6a7b7, #f5d07a, #ffcb5c, #f99e5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7407b, #f6a7b7, #f5d07a, #ffcb5c, #f99e5d);
}

Rose Shades color palette created on .