Rose Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rose Shades palette
Rose Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #ff99a1;
}
.color-4 {
color: #ff667d;
}
.color-5 {
color: #d65cb1;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb3b3;
--color-3: #ff99a1;
--color-4: #ff667d;
--color-5: #d65cb1;
}
Rose Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb3b3, #ff99a1, #ff667d, #d65cb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb3b3, #ff99a1, #ff667d, #d65cb1);
}
似たようなカラーパレット
Rose Shades color palette created on .