Royal Waves カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Royal Waves palette
Royal Waves カラー パレット PNG 画像
Royal Waves カラーパレット CSS
/* CSS */
.color-1 {
color: #1e4d8f;
}
.color-2 {
color: #3a78b6;
}
.color-3 {
color: #5ca7e0;
}
.color-4 {
color: #88c2f2;
}
.color-5 {
color: #c2e7ff;
}
/* CSS Variables */
:root {
--color-1: #1e4d8f;
--color-2: #3a78b6;
--color-3: #5ca7e0;
--color-4: #88c2f2;
--color-5: #c2e7ff;
}
Royal Waves の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d8f, #3a78b6, #5ca7e0, #88c2f2, #c2e7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d8f, #3a78b6, #5ca7e0, #88c2f2, #c2e7ff);
}
似たようなカラーパレット
Royal Waves color palette created on .